diff options
| author | XhmikosR <[email protected]> | 2020-05-12 09:46:44 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-05-12 19:21:36 +0300 |
| commit | 842b0d2ae45ba407f47dbe8a5ab5af0215b75b5d (patch) | |
| tree | 8bbad06724f0d4263e99fd630422c674215e7a5f | |
| parent | 32932d27d5266a83ca411ec63b83b18ce5caf843 (diff) | |
| download | bootstrap-842b0d2ae45ba407f47dbe8a5ab5af0215b75b5d.tar.xz bootstrap-842b0d2ae45ba407f47dbe8a5ab5af0215b75b5d.zip | |
Remove mention of build tools
They are not included in npm.
| -rw-r--r-- | site/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 3b7794d9c..a62686429 100644 --- a/site/index.html +++ b/site/index.html @@ -37,7 +37,7 @@ layout: home <p class="lead font-weight-normal"> Install Bootstrap’s source Sass and JavaScript files via npm, Composer, or Meteor. </p> - <p>Package managed installs don’t include documentation, but do include our build system and readme. You can also <a href="https://github.com/twbs/bootstrap-npm-starter">use our npm template repo</a> to quickly generate a Bootstrap project via npm.</p> + <p>Package managed installs don’t include documentation or our full build scripts. You can also <a href="https://github.com/twbs/bootstrap-npm-starter">use our npm template repo</a> to quickly generate a Bootstrap project via npm.</p> <a class="btn btn-lg btn-outline-primary mb-3" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/">Read installation docs</a> </div> <div class="col-md-7 pl-md-5"> |
