Subversion Repositories oidplus

Rev

Rev 1407 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1407 Rev 1466
Line 44... Line 44...
44
 
44
 
45
## Quick start
45
## Quick start
46
 
46
 
47
Several quick start options are available:
47
Several quick start options are available:
48
 
48
 
49
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.2.zip)
49
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.3.zip)
50
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
50
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
51
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.2`
51
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.3`
52
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.2`
52
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.3`
53
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.2`
53
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.3`
54
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
54
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
55
 
55
 
56
Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
56
Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
57
 
57
 
58
 
58
 
Line 241... Line 241...
241
[![Backers](https://opencollective.com/bootstrap/backers.svg?width=890)](https://opencollective.com/bootstrap#backers)
241
[![Backers](https://opencollective.com/bootstrap/backers.svg?width=890)](https://opencollective.com/bootstrap#backers)
242
 
242
 
243
 
243
 
244
## Copyright and license
244
## Copyright and license
245
 
245
 
246
Code and documentation copyright 2011–2023 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
246
Code and documentation copyright 2011–2024 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).