Remove quotes

This commit is contained in:
Tijmen van der Kemp 2025-06-10 11:14:53 +02:00
parent bca95d42f8
commit 8dc9af31f0

View File

@ -25,7 +25,7 @@ Troubleshooting:
- *fatal: not a git repository (or any of the parent directories): .git* - *fatal: not a git repository (or any of the parent directories): .git*
- Install git, and then run `git init` in the folder of the project. - Install git, and then run `git init` in the folder of the project.
- *Lefthook seems to be stuck running the post-merge check* - *Lefthook seems to be stuck running the post-merge check*
- You likely need to press 'Enter'. - You likely need to press Enter.
- *I ran `npm run start:dev` but it didn't seem to start anything* - *I ran `npm run start:dev` but it didn't seem to start anything*
- If the last message before your command was `lefthook something something post-merge`, your `run` command got eaten by the Lefthook monster, but running it again will work. - If the last message before your command was `lefthook something something post-merge`, your `run` command got eaten by the Lefthook monster, but running it again will work.
- *I started the game but all text looks like code instead of actual sentences* - *I started the game but all text looks like code instead of actual sentences*