mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Updated the command to install using yarn (#31075)
* updated yarn command to install latest version * Update README.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
d3aa909c92
commit
fc74a0d915
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ Several quick start options are available:
|
|||
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v5.0.0.zip)
|
||||
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
|
||||
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@next`
|
||||
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@5.0.0`
|
||||
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@next`
|
||||
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.0.0`
|
||||
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ Bootstrap's `package.json` contains some additional metadata under the following
|
|||
Install Bootstrap in your Node.js powered apps with [the yarn package](https://yarnpkg.com/en/package/bootstrap):
|
||||
|
||||
{{< highlight sh >}}
|
||||
yarn add bootstrap
|
||||
yarn add bootstrap@next
|
||||
{{< /highlight >}}
|
||||
|
||||
### RubyGems
|
||||
|
|
Loading…
Add table
Reference in a new issue