diff options
author | Seth For Privacy <seth@sethforprivacy.com> | 2021-12-02 15:41:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 15:41:45 +0000 |
commit | 03a256e0765f645564cb091022f7ab6b6d85068f (patch) | |
tree | 950f30c6cda1f51c5e78bd00c7fed13541012f35 /contrib | |
parent | Add note on adding SSH keys for Github (diff) | |
download | monero-03a256e0765f645564cb091022f7ab6b6d85068f.tar.xz |
Add git clone and cd commands for initial prep
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gitian/DOCKRUN.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/gitian/DOCKRUN.md b/contrib/gitian/DOCKRUN.md index 4d363e272..9847534bb 100644 --- a/contrib/gitian/DOCKRUN.md +++ b/contrib/gitian/DOCKRUN.md @@ -23,6 +23,13 @@ su $USER The final `su` command is needed to start a new shell with your new group membership, since the `usermod` command doesn't affect any existing sessions. +You'll also need to clone the monero repository and navigate to the `contrib/gitian` directory: + +```bash +git clone https://github.com/monero-project/monero.git +cd monero/contrib/gitian +``` + If you want Mac binaries included in your build, you need to obtain the MacOS SDK: ```bash |