Skip to content

Commit 6424f33

Browse files
committed
Add unzip install instructions and root directory note
1 parent 81b3dc2 commit 6424f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/start-here/initial-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If not, open a terminal and run the following commands to install Git:
7272
pip install -r requirements.txt
7373
pip install -e .
7474

75-
7. Setup pre-commit:
75+
7. Setup the pre-commit by running the following commands in the repository's root directory. You may need to install unzip in order to install Deno. If you do not have unzip, run `sudo apt install unzip`.
7676
7777
```shell
7878
# The first command installs Deno, which is required for our pre-commit

0 commit comments

Comments
 (0)