Skip to content

Commit

Permalink
Merge pull request #126 from mikereinhart/patch-12
Browse files Browse the repository at this point in the history
Added tick to fix formatting on Contributing.md
  • Loading branch information
matthewbauer authored Jan 6, 2020
2 parents 5e8dfee + d0a7b9b commit 16c6b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `nix/` folder contains helper scripts for working with the ledger via Nix.
Use `./nix/install.sh` to install the apps onto the ledger using Nix.

### Developing
Use `nix/env.sh <s or x> to enter a shell where you can run `make` and it will just work. You can also pass a command instead, e.g. `nix/env.sh s --run "make clean SHELL=bash"`.
Use `nix/env.sh <s or x>` to enter a shell where you can run `make` and it will just work. You can also pass a command instead, e.g. `nix/env.sh s --run "make clean SHELL=bash"`.

For development, use `nix/watch.sh s make APP=<tezos_baking|tezos_wallet>` to incrementally build on every change. Be sure to `nix/env.sh s --run "make clean SHELL=bash"` if you start watching a different `APP`.

Expand Down

0 comments on commit 16c6b43

Please sign in to comment.