diff options
| author | Gijs Boddeus <[email protected]> | 2017-09-13 16:46:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-13 16:46:14 +0200 |
| commit | cf004433e0312482a8c4918d559f38c19a3e14d9 (patch) | |
| tree | 56fd67d5a60a1fe5442c969d29918db4f463b827 /README.md | |
| parent | 4356d08abb4d94785af15f3cc9be0e553f1c1c03 (diff) | |
| parent | 75d435f76e48b19007495a02e79b0d41f2690361 (diff) | |
| download | bootstrap-cf004433e0312482a8c4918d559f38c19a3e14d9.tar.xz bootstrap-cf004433e0312482a8c4918d559f38c19a3e14d9.zip | |
Merge pull request #4 from twbs/v4-dev
update forked v4-dev
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. |
