Skip to content

Commit a4972f1

Browse files
committed
Update README.md
1 parent 28f0d51 commit a4972f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,10 @@ app.use(BootstrapIconsVue);
109109
app.mount('#app');
110110
```
111111

112-
### Development
112+
## Development
113113

114114
Install dependencies with `yarn install` then generate icon files with `yarn build`. To test the browser build, run `yarn dev:cdn`. With the vite app, first link the library by running `yarn link` in this directory, then `yarn link bootstrap-icons-vue` in `./dev-vite`, finally run `yarn dev:vite` back in this directory.
115115

116+
The `upgrade.sh` script upgrades everything and update the docs with new version specifiers.
117+
116118
[Bootstrap Icons]: https://icons.getbootstrap.com/

0 commit comments

Comments
 (0)