You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
46
46
47
47
Several quick start options are available:
48
48
49
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip)
49
+
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.0.zip)
50
50
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
51
-
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.2.0-beta1`
52
-
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.2.0-beta1`
53
-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.0-beta1`
51
+
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.2.0`
52
+
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.2.0`
53
+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.0`
54
54
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
55
55
56
56
Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
0 commit comments