diff --git a/.gitignore b/.gitignore index 9647bef..1507fc8 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ debug .logs/ checkpoints assets/highscore +typst/*.pdf diff --git a/README.md b/README.md index 4bb96ad..b485661 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ cd Tetris 3. Install the required dependencies: ```bash -pip install . +pip install -e . ``` 4. Run the game: diff --git a/typst/main.typ b/typst/main.typ index ad130e0..786be98 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -99,7 +99,7 @@ cd Tetris 3. Instalējiet nepieciešamās atkarības: ```bash -pip install . +pip install -e . ``` 4. Palaidiet spēli: