aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@0x00.co>2012-03-18 12:38:02 +0200
committerFilipp Lepalaan <f@0x00.co>2012-03-18 12:38:02 +0200
commitd094832fb8683c29520947311502ca37618bdb4a (patch)
tree797fa4002c6f03d19538a25685ddc09ea7cad35d
parentb778ae67d0542762183706a4baf7877f47d18f4b (diff)
downloadSOUP_kitchen-master.tar.gz
SOUP_kitchen-master.tar.bz2
SOUP_kitchen-master.zip
Fixed readme formattingHEADmaster
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index dcefa72..9996c4c 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,15 @@ SOUP Kitchen is a simple web front-end to OS X Server's Software Update service
##USAGE##
-> sudo gem install sinatra
-> cd soup\_kitchen
-> ruby -rubygems app.rb http://your.sus.server.com:8080/index.sucatalog
-
-Browse to http://localhost:4567
+ sudo gem install sinatra
+ cd soup\_kitchen
+ ruby -rubygems app.rb http://your.sus.server.com:8080/index.sucatalog
+ Browse to http://localhost:4567
The update catalog is loaded on startup. A reload can be forced by visiting /reload. Clicking the download link will download the *biggest package from that update* (see bugs below). The info button will take you to the metadata file for that update.
+SOUP Kitchen *does not* have to be running on the same machine as the SU service.
+
##BUGS##