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:
authorJon Glassman <jglassman@gitlab.com>2022-09-20 17:54:09 +0300
committerAshraf Khamis <akhamis@gitlab.com>2022-09-20 17:54:09 +0300
commit6612cda589a743d117695a2fbae99e1400d95fad (patch)
tree587ffdfd892c26f5d414fad78f5b9aebb27f2dca
parent874233c87dff38008126f4fcd81fa67b5c737c1a (diff)
Clarify where you run 2 `make` commands
-rw-r--r--doc/setup.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/setup.md b/doc/setup.md
index 98043dcc..b3397fe3 100644
--- a/doc/setup.md
+++ b/doc/setup.md
@@ -18,7 +18,7 @@ To set up GitLab Docs:
1. [Install `asdf`](https://asdf-vm.com/guide/getting-started.html) and its dependencies. To complete the `asdf`
installation, close the terminal you used to install `asdf` and open a new terminal. That enables `asdf` for later
steps.
-1. Clone `gitlab-docs` project.
+1. Clone the `gitlab-docs` project.
1. In the checkout of `gitlab-docs`, run:
```shell
@@ -37,7 +37,7 @@ An alternative to `make setup` is to follow [Advanced setup for GitLab Docs](adv
To build the full GitLab documentation website locally, you must clone all the documentation projects that provide the
Nanoc [data sources](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/nanoc.yaml). To clone all documentation
-projects, run:
+projects, run the following in the checkout of `gitlab-docs`:
```shell
make clone-all-docs-projects
@@ -48,7 +48,7 @@ they can be previewed.
## Preview GitLab Docs
-To preview GitLab Docs locally, run:
+To preview GitLab Docs locally, run the following in the checkout of `gitlab-docs`:
```shell
make view