Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-02-10 12:37:46 +0300
committerGitHub <noreply@github.com>2020-02-10 12:37:46 +0300
commit836f14383dc658587c3ed2c7980e44aff08c2ac4 (patch)
treeec4e415e91479f92d5e43d3a56dc291581518391 /README.md
parentfd92163378ad922fefb543b144f5a00c07461031 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6e4903f21..612620210 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@
Bootstrap Icons are packaged up and published to npm. We only include the processed SVGs in this package—it's up to you and your team to implement. [Read our docs](https://icons.getbootstrap.com/) at for usage instructions.
-```
+```shell
npm i bootstrap-icons --save
```
@@ -39,7 +39,7 @@ npm i bootstrap-icons --save
Clone the repo, install dependencies, and start the Hugo server locally.
-```
+```shell
git clone https://github.com/twbs/icons/
cd icons
npm i
@@ -61,7 +61,7 @@ Use `npm run icons` to run the script, then commit the results in a new branch f
Docs are published via an npm script that builds the Hugo site, creates a temporary Git repo, and force pushes that to our `gh-pages` branch. This circumvents issues with GitHub Pages not working with Hugo.
-```
+```shell
npm run publish
```