Skip to content

Commit

Permalink
fix: rename templates
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Mar 15, 2023
1 parent a70117b commit 2bcb6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/M09-going-live/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@ mkdir modules/M09-going-live/{contract,dapp}

(
cd modules/M09-going-live/contract
nix flake init -t github:LovelaceAcademy/nix-templates#plutus
nix flake init -t github:LovelaceAcademy/nix-templates#hix-plutus
)

(
cd modules/M09-going-live/dapp
nix flake init -t github:LovelaceAcademy/nix-templates#ctl-full
nix flake init -t github:LovelaceAcademy/nix-templates#pix-ctl-full
)
```

Expand Down

0 comments on commit 2bcb6b2

Please sign in to comment.