[skip ci] update README.md
This commit is contained in:
parent
4dbc68d7e4
commit
b9f616916b
14
README.md
14
README.md
|
@ -56,12 +56,7 @@ for the configuration we use on Retrospring.
|
|||
|
||||
#### Clone the Source
|
||||
|
||||
$ git clone https://github.com/nilsding/justask.git justask
|
||||
|
||||
#### Initialize Submodules
|
||||
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
$ git clone --recursive https://github.com/nilsding/justask.git justask
|
||||
|
||||
#### Configure It
|
||||
|
||||
|
@ -134,6 +129,13 @@ Find the user(s) with the most self-asked anonymous questions:
|
|||
|
||||
$ bundle exec rake justask:loners
|
||||
|
||||
#### Updating Submodules
|
||||
|
||||
If you already have an existing copy of justask, you can initialize and update the submodules with;
|
||||
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
|
||||
## The Official Retrospring Closedown Soundtrack™ (now redundant)
|
||||
|
||||
* [Scooter - Can't Stop The Hardcore](https://www.youtube.com/watch?v=nJ3bet-Y79w)
|
||||
|
|
Loading…
Reference in New Issue