Skip to content

Commit

Permalink
Merge pull request #2 from c12i/update-template-readmes
Browse files Browse the repository at this point in the history
Change nix-shell command to nix develop in readme
  • Loading branch information
guillemcordoba authored Feb 21, 2024
2 parents da1d4fa + 60ecda9 commit 770436e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .templates/app/web-app/README.md.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Enter the nix shell by running this in the root folder of the repository:

```bash
nix-shell
nix develop
npm install
```

**Run all the other instructions in this README from inside this nix-shell, otherwise they won't work**.
**Run all the other instructions in this README from inside this nix shell, otherwise they won't work**.

## Running 2 agents

Expand Down
4 changes: 2 additions & 2 deletions .templates/module/web-app/README.md.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Enter the nix shell by running this in the root folder of the repository:

```bash
nix-shell
nix develop
npm install
```

**Run all the other instructions in this README from inside this nix-shell, otherwise they won't work**.
**Run all the other instructions in this README from inside this nix shell, otherwise they won't work**.

## Running 2 agents

Expand Down

0 comments on commit 770436e

Please sign in to comment.