Skip to content

Commit

Permalink
Added cachix step
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 12, 2024
1 parent aefe91a commit 77b27ad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ There are two templates available:

> WARNING: these templates are only compatible with holochain v0.3.x.
0. If you haven't already, set up the holochain-open-dev binary cache:

```bash
nix run nixpkgs#cachix use holochain-open-dev
```

This is necessary to enable fetching of most dependencies from the cache, rather than rebuilding all of them from the scratch.

1a. To scaffold a new **app** project, run this:

```bash
Expand Down Expand Up @@ -74,7 +82,7 @@ nix run github:holochain-open-dev/templates#hc-scaffold-module-template -- web-a

After this set up, you will be able to `nix develop` from inside your repository, and use the scaffolding tool as normal:

```
```bash
hc scaffold dna
hc scaffold zome
...
Expand Down

0 comments on commit 77b27ad

Please sign in to comment.