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
Our default branch is for development of our Bootstrap 5 release. Head to the [`v4-dev` branch](https://github.com/twbs/bootstrap/tree/v4-dev) to view the readme, documentation, and source code for Bootstrap 4.
25
+
Our default branch is for development of our Bootstrap 6 release. Head to the [`v5-dev` branch](https://github.com/twbs/bootstrap/tree/v5-dev) to view the readme, documentation, and source code for Bootstrap 5.
26
26
27
27
28
28
## Table of contents
@@ -44,15 +44,15 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
44
44
45
45
Several quick start options are available:
46
46
47
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.8.zip)
47
+
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v6.0.0-alpha1.zip)
48
48
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
49
-
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.8`
50
-
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.8`
51
-
- Install with [Bun](https://bun.sh/): `bun add bootstrap@v5.3.8`
52
-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.8`
49
+
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@6.0.0-alpha1`
50
+
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@6.0.0-alpha1`
51
+
- Install with [Bun](https://bun.sh/): `bun add bootstrap@6.0.0-alpha1`
52
+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:6.0.0-alpha1`
53
53
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
54
54
55
-
Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/) for information on the framework contents, templates, examples, and more.
55
+
Read the [Getting started page](https://getbootstrap.com/docs/6.0/getting-started/) for information on the framework contents, templates, examples, and more.
Copy file name to clipboardExpand all lines: config.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ subtitle: "The most popular HTML, CSS, and JS library in the world
7
7
description: "Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins."
8
8
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
0 commit comments