diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -41,9 +41,8 @@ Several quick start options are available: - [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-beta.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` - Install with [npm](https://www.npmjs.com): `npm install [email protected]` -- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add [email protected]` +- Install with [yarn](https://yarnpkg.com): `yarn add [email protected]` - Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap:4.0.0-beta` -- Install with [Bower](https://bower.io): `bower install bootstrap#v4.0.0-beta` - Install with [NuGet](https://www.nuget.org): CSS: `Install-Package bootstrap -Pre` Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only required until Bootstrap v4 has a stable release). Read the [Getting started page](https://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. @@ -51,7 +50,6 @@ Read the [Getting started page](https://getbootstrap.com/getting-started/) for i ## Status [](https://bootstrap-slack.herokuapp.com) -[](https://bower.io/search/?q=bootstrap) [](https://www.npmjs.com/package/bootstrap) [](https://rubygems.org/gems/bootstrap) [](https://travis-ci.org/twbs/bootstrap) @@ -98,14 +96,15 @@ Documentation search is powered by [Algolia's DocSearch](https://community.algol 1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/4.0/getting-started/build-tools.md#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. 2. Run `npm install` to install Node.js dependencies. 3. Run `npm run test` (or a specific NPM script) to rebuild distributed CSS and JavaScript files, as well as our docs assets. -4. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line. +4. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line. 5. Open <http://localhost:9001> in your browser, and voilĂ . Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/). ### Documentation for previous releases -Documentation for v2.3.2 has been made available for the time being at <https://getbootstrap.com/2.3.2/> while folks transition to Bootstrap 3. +- For v2.3.2: <https://getbootstrap.com/2.3.2/> +- For v3.3.x: <https://getbootstrap.com/docs/3.3/> [Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. |
