delete download-fonts.sh

This commit is contained in:
lucdev 2023-04-24 14:03:57 -03:00
parent 181d33517e
commit 15d2f4acba
No known key found for this signature in database
GPG key ID: 3B51DCD6DC00D613
2 changed files with 0 additions and 5 deletions

View file

@ -10,8 +10,6 @@ git clone https://codeberg.org/u1f320/pronouns.cc.git pronouns
cd pronouns
make all
# if required fonts have not been downloaded yet
./download-fonts.sh
# if running for the first time
./pronouns database migrate
```