Skip to content

Commit 79b02ad

Browse files
Vampiretonsky
authored andcommitted
Add an example Docker call for MSYS2 based shells
1 parent 20f11a2 commit 79b02ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ You can also limit the font weights that will be created with the `-w / --weight
275275

276276
# or via a docker container (creates the family name 'Fira Code cv01 cv02 cv06 cv31 onum ss01 ss03 ss04 zero')
277277
docker run --rm -v "${PWD}":/opt tonsky/firacode:latest ./script/build.sh -f "cv01,cv02,cv06,ss01,zero,onum,ss03,ss04,cv31" -n "features"
278+
279+
# in Git Bash from Git for Windows, or any other MSYS2 based shell, you might need to disable path conversion
280+
MSYS2_ARG_CONV_EXCL="*" docker run --rm -v "${PWD}":/opt tonsky/firacode:latest ./script/build.sh -f "ss02,ss03,ss04,ss05,ss06,ss07"
278281
```
279282

280283
### Credits

0 commit comments

Comments
 (0)