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:
authorAchilleas Pipinellis <axil@gitlab.com>2021-06-16 12:29:16 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-06-16 12:29:16 +0300
commit8d7b1825f9b3af99c21c2c6e5be723f882baff46 (patch)
tree454cbfcdc3d1d95bea49814b1549f9ee308ab42a /README.md
parent244fd06078e47b4f880d85cda2a49d3d1c4a7c5b (diff)
parent066a70e02939fffd07c7088922ecc1e1a47a0c53 (diff)
Merge branch 'ccowell1-clarify-docs-readme' into 'main'
Clarify instructions for hosting docs locally See merge request gitlab-org/gitlab-docs!1880
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 6a8888fd..706e558f 100644
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@ If you cloned the projects into `~/dev`, you should now have the following proje
## Preview the documentation website
-Run the following command to build the documentation site and bring the embedded
+Run the following command from the root directory of the `gitlab-docs` project to build the documentation site and bring the embedded
web server up:
```shell
@@ -284,7 +284,7 @@ To do that, we need to change the IP address Nanoc is serving on from the
default `http://127.0.0.1` to your computer's
[private IPv4 address](https://www.howtogeek.com/236838/how-to-find-any-devices-ip-address-mac-address-and-other-network-connection-details/).
-Once you know what's your computer's private IPv4, use the flag `-o`. For
+Once you know your computer's private IPv4, use the flag `-o`. For
example, let's say your current IPv4 address is `192.168.0.105`:
```shell