From 4b9c2ea5a80b70b6738e86b91ca601246b6859fa Mon Sep 17 00:00:00 2001 From: Vasilii Artemchuk Date: Sat, 2 Sep 2017 15:41:16 +0300 Subject: Update yarn URL in README.md (#23795) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3f988e196..70b215770 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ 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 bootstrap@4.0.0-beta` -- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add bootstrap@4.0.0-beta` +- Install with [yarn](https://yarnpkg.com): `yarn add bootstrap@4.0.0-beta` - 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). -- cgit v1.2.3 From edd776b5a0c69772af242888c0498a0928954e85 Mon Sep 17 00:00:00 2001 From: Andrii Lundiak Date: Sun, 3 Sep 2017 15:32:18 +0200 Subject: Suggestion to use consistent information about running docs locally Idea is about to leave Ruby/Bundler commands in tooling section/readme/space, and on main readme use npm scripts syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 70b215770..e3756e600 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ 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 in your browser, and voilĂ . Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/). -- cgit v1.2.3 From c770e6883695e8b5d92a1107d3a49b1cb63655b6 Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Tue, 5 Sep 2017 00:29:05 +0200 Subject: Drop Bower support (#23568) --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e3756e600..99e21d43b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ Several quick start options are available: - Install with [npm](https://www.npmjs.com): `npm install bootstrap@4.0.0-beta` - Install with [yarn](https://yarnpkg.com): `yarn add bootstrap@4.0.0-beta` - 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 [![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com) -[![Bower](https://img.shields.io/bower/v/bootstrap.svg)](https://bower.io/search/?q=bootstrap) [![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap) [![Gem version](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap) [![Build Status](https://img.shields.io/travis/twbs/bootstrap/v4-dev.svg)](https://travis-ci.org/twbs/bootstrap) -- cgit v1.2.3 From 1341ce198de6773e99b074a3bf7bfc194a5809b5 Mon Sep 17 00:00:00 2001 From: Herst Date: Tue, 5 Sep 2017 00:39:12 +0200 Subject: Update docs for old releases section in README (#23797) * Update docs for old releases section in README Hopefully not many folks are still in the process of transitioning to version 3. * tweak for future-friendliness --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 99e21d43b..093a9e3d6 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,8 @@ Learn more about using Jekyll by reading its [documentation](https://jekyllrb.co ### Documentation for previous releases -Documentation for v2.3.2 has been made available for the time being at while folks transition to Bootstrap 3. +- For v2.3.2: +- For v3.3.x: [Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. -- cgit v1.2.3