Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-07 07:11:03 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-07 07:11:03 +0300
commitf700a7d132b3fbe21143d3bb529fc92bd81878fb (patch)
tree9bceaca6e0e266a00cbf85fb13b5058876316be5 /README.md
parent4e20e4a7c352bddbc4537197a25b45fd8ecb7b69 (diff)
Do not hardcode stylesheet paths.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a76a03b1..257640a1 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ This site is generated using [Nanoc](http://nanoc.ws).
## Development
-To set this up:
+To set up the site locally:
- `bundle install`
- `bundle exec nanoc live`
-Changes will be reloaded automatically using [Guard Nanoc](https://github.com/guard/guard-nanoc).
+This will host the site at `localhost:3000`. Changes will be reloaded automatically using [Guard Nanoc](https://github.com/guard/guard-nanoc).
## Examples and Resources