Skip to content

Commit 0549f13

Browse files
📚 Updated docs.
1 parent 790009b commit 0549f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Check out the latest [issues](https://github.com/anthonycorletti/snok/issues) an
6464

6565
## ⚙️ Installation
6666

67-
After you've created your Python 3.11+ virtual environment, install Snok with:
67+
After you've created your Python 3.11+ virtual environment in a new directory, install Snok:
6868

6969
```sh
7070
pip install snok
@@ -75,7 +75,7 @@ pip install snok
7575
Create a new package with:
7676

7777
```sh
78-
snok new mypackage && cd mypackage
78+
snok new mypackage
7979
```
8080

8181
Snok uses `invoke` to manage tasks, like installing dependencies, running tests, and more.

0 commit comments

Comments
 (0)