Skip to content

Commit b95d0ce

Browse files
Update README.md
Correct command to instantiate a template
1 parent 544f57d commit b95d0ce

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)