diff options
| author | Julien Déramond <[email protected]> | 2022-10-07 15:58:56 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-10-30 19:42:31 -0400 |
| commit | eed6b4a1751af60720c72dab9e89adb9b8ab2338 (patch) | |
| tree | 9cde6e7147b4a33ccd133098779d413615f9610b | |
| parent | b3f1f5a438e3a15ef9f4dce24e29762ec506e896 (diff) | |
| download | bootstrap-eed6b4a1751af60720c72dab9e89adb9b8ab2338.tar.xz bootstrap-eed6b4a1751af60720c72dab9e89adb9b8ab2338.zip | |
Docs: Slightly improve tooling setup description
| -rw-r--r-- | site/content/docs/5.2/getting-started/contribute.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/getting-started/contribute.md b/site/content/docs/5.2/getting-started/contribute.md index c42ad3c49..b6e1faa54 100644 --- a/site/content/docs/5.2/getting-started/contribute.md +++ b/site/content/docs/5.2/getting-started/contribute.md @@ -14,7 +14,7 @@ Bootstrap uses [npm scripts](https://docs.npmjs.com/misc/scripts/) to build the To use our build system and run our documentation locally, you'll need a copy of Bootstrap's source files and Node. Follow these steps and you should be ready to rock: 1. [Download and install Node.js](https://nodejs.org/en/download/), which we use to manage our dependencies. -2. Either [download Bootstrap's sources]({{< param "download.source" >}}) or fork [Bootstrap's repository]({{< param repo >}}). +2. Either [download Bootstrap's sources]({{< param "download.source" >}}) or fork and clone [Bootstrap's repository]({{< param repo >}}). 3. Navigate to the root `/bootstrap` directory and run `npm install` to install our local dependencies listed in [package.json]({{< param repo >}}/blob/v{{< param current_version >}}/package.json). When completed, you'll be able to run the various commands provided from the command line. |
