Skip to content

Commit

Permalink
update installation instructions: fetch pigx-common folder
Browse files Browse the repository at this point in the history
  • Loading branch information
borauyar committed Nov 14, 2024
1 parent 1695b98 commit 4ed2fb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,10 @@ The following command will install all of the dependencies to the **.guix-profil

# uses guix to install all of the dependencies into a separate environment
guix environment -l guix.scm --root=`pwd`'./run/.guix-profile'


# fetch pigx-common
git submodule update --init --recursive

# sets the temporary directory - needed for storing large temporary files
export TMPDIR=~/Tmp

Expand Down

0 comments on commit 4ed2fb5

Please sign in to comment.