Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Nov 28, 2018
1 parent f28f30f commit d39d057
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Developing the code

An appropriate environment for developing a package can be entered using the `env` attribute of the package. For example:
```
nix-shell default.nix -A language-plutus-core.env
```

There are also `shell.nix` files in the package subdirectories.
An appropriate environment for developing a package can be entered using `nix-shell` in the package directory. This
includes all the dependencies for the package and `cabal`, so you should be able to `cabal build` a package after
doing this.

## Updating the generated Haskell package set

Expand Down

0 comments on commit d39d057

Please sign in to comment.