From 8298aef8b4c27b78523fc823a345b46fa859cfdf Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Wed, 17 Jan 2024 14:26:05 +0200 Subject: [PATCH] docs: update install instructions --- .gitignore | 1 + README.md | 2 +- typst/main.typ | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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: