initial commit
This commit is contained in:
commit
6a258db47f
923 changed files with 5334 additions and 0 deletions
6
assets/vendor/heroicons/UPGRADE.md
vendored
Normal file
6
assets/vendor/heroicons/UPGRADE.md
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
You are running heroicons v2.0.16. To upgrade in place, you can run the following command,
|
||||
where your `HERO_VSN` export is your desired version:
|
||||
|
||||
export HERO_VSN="2.0.16" ; \
|
||||
curl -L "https://github.com/tailwindlabs/heroicons/archive/refs/tags/v${HERO_VSN}.tar.gz" | \
|
||||
tar -xvz --strip-components=1 heroicons-${HERO_VSN}/optimized
|
||||
Loading…
Add table
Add a link
Reference in a new issue