Skip to content

Commit

Permalink
Adding some misc tips to doc/TROUBLESHOOTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox committed Jun 21, 2023
1 parent 8400374 commit 80dbb1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ error: could not compile `aardwolf-templates`.
Install `gettext` package for your OS

Debian/Ubunut: `apt install gettext`



### Misc tips for testing
Don't forget to clean your local repo!
> $ git clean -dxf
Test aardwolf-templates package
> $ cargo check -p aardwolf-templates
Allow cargo to automate some fixes (allegedly)
> $ cargo fix

0 comments on commit 80dbb1b

Please sign in to comment.