Skip to content

Commit 11c2a0a

Browse files
Merge pull request #11 from Chickensoupwithrice/fix-template-in-readme
Update README.md for correct template creation command
2 parents 544f57d + b95d0ce commit 11c2a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A flake template for Tidal Cycles projects is provided.
5656
Start a new Tidal Cycles project with the following:
5757

5858
```
59-
nix flake new --template github:mitchmindtree/tidalcycles.nix ./my-tidal-project
59+
nix flake new --template github:mitchmindtree/tidalcycles.nix#templates.default ./my-tidal-project
6060
```
6161

6262
By default the project will have the `tidal` devShell. `cd` into your project

0 commit comments

Comments
 (0)