Docs: Add item in INSTALL.md to create the repos directory
This commit is contained in:
parent
8f8354ea5e
commit
25e1203ed8
1 changed files with 6 additions and 0 deletions
|
@ -110,6 +110,12 @@ settings.
|
|||
$ cp config/settings-default.yaml config/settings.yml
|
||||
$ vim config/settings.yml
|
||||
|
||||
Create a directory that will keep all the VCS repositories hosted by Vervis.
|
||||
Its name should match the `repo-dir` setting in `config/settings.yml`. For
|
||||
example, if you're keeping the default name:
|
||||
|
||||
$ mkdir repos
|
||||
|
||||
# (8) Development and deployment
|
||||
|
||||
To update your local clone of Vervis, run:
|
||||
|
|
Loading…
Reference in a new issue