summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2012-10-16 20:50:20 -0700
committerjessib <jessib@riseup.net>2012-10-16 20:50:20 -0700
commiteffa6b0f84cfe954cc9dd73f592663b743b0d857 (patch)
treef0ebb4d5bfd03ffcdf8e163c3fd74a7b8ff29009
parent10441deba145f53604ca3b981374f1ee6619c400 (diff)
Some changes to INSTALL file.
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 18d9c6d..31a3492 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -28,8 +28,8 @@ Run `bundle install` to install all the required gems.
We currently use a git submodule to include srp-js. This will soon be replaced by a ruby gem. but for now you need to run
```
- git submodules init
- git submodules update
+ git submodule init
+ git submodule update
```
### Cert Distribution ###
@@ -40,5 +40,5 @@ We also ship provider information through the webapp. For now please add your ei
## Running ##
-Run `rails server` or whatever rack server you prefer.
+Run `rails server`, `bundle exec rails server` or whatever rack server you prefer.