diff options
author | Bryan Quigley <bryan.quigley@canonical.com> | 2015-02-25 15:24:54 -0500 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2015-03-02 11:09:13 -0500 |
commit | e81b0adef375b30ea0ee8f36abf217b055c46bea (patch) | |
tree | 1b9a17923fa1f13f5c9283df74970595241b07bf /README.md | |
parent | 4b73a15fad61ed36191c118db12fcf5e80085959 (diff) | |
download | sos-e81b0adef375b30ea0ee8f36abf217b055c46bea.tar.gz |
[docs] Remove make deb, run from git
Make deb was removed
You can also just run ./sosreport from git now.
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,9 +54,9 @@ pull requests. ### Manual Installation ``` +You can simply run from the git checkout now ==> Ex: sudo ./sosreport -a to install locally (as root) ==> make install to build an rpm ==> make rpm -to build a deb ==> make deb ``` ### Pre-built Packaging |