]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Slightly improve tooling setup description
authorJulien Déramond <juderamond@gmail.com>
Fri, 7 Oct 2022 13:58:56 +0000 (15:58 +0200)
committerMark Otto <otto@github.com>
Sun, 30 Oct 2022 23:42:31 +0000 (19:42 -0400)
site/content/docs/5.2/getting-started/contribute.md

index c42ad3c496ceb748ce4331e4b31e86feeba0f4d4..b6e1faa5472828e3cc0871642435ee1a325c6e83 100644 (file)
@@ -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.