Fix README

This commit is contained in:
Chocobozzz 2024-01-15 10:20:50 +01:00
parent 8590598a78
commit 3a180c1b3c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Indexes in Meilisearch are automatically created by PeerTube at startup.
Run simultaneously (for example with 3 terminals):
```terminal
$ tsc -w
$ npm run tsc -- -w
```
```terminal