diff options
author | Carl Dong <contact@carldong.me> | 2020-12-10 14:03:10 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-01-08 11:40:01 -0500 |
commit | cfa7ceb21b14d1fa24c2541bf242a0ed539b9e1b (patch) | |
tree | 94aa869b1defb387c8e5ec3d4d81dc9df8d49b52 /contrib/guix/README.md | |
parent | 93b6a8544a03d13733ca2ef769f76df587ad86c8 (diff) |
guix: Remove README development environment section
Diffstat (limited to 'contrib/guix/README.md')
-rw-r--r-- | contrib/guix/README.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index 4e633729fe..d9e566838a 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -82,17 +82,6 @@ export PATH="${HOME}/.config/guix/current/bin${PATH:+:}$PATH" ## Usage -### As a Development Environment - -For a Bitcoin Core depends development environment, simply invoke - -```sh -guix environment --manifest=contrib/guix/manifest.scm -``` - -And you'll land back in your shell with all the build dependencies required for -a `depends` build injected into your environment. - ### As a Tool for Deterministic Builds From the top of a clean Bitcoin Core repository: |