Skip to content

Commit

Permalink
Update working-environment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wintercooled authored Nov 22, 2023
1 parent 26f60be commit c66ed5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements-code-tutorial/working-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ alias e1-cli="elements-cli -datadir=$HOME/elementsdir1"
alias e2-dae="elementsd -datadir=$HOME/elementsdir2"
alias e2-cli="elements-cli -datadir=$HOME/elementsdir2"
alias e1-qt="elements-qt -datadir=$HOME/elementsdir1"
alias e2-qt="elements-qt -datadir=$OME/elementsdir2"
alias e2-qt="elements-qt -datadir=$HOME/elementsdir2"
~~~~

You'll need to ensure that the directories containing `bitcoind`, `bitcoin-cli`, `elements-cli`, `elementsd`, and `elements-qt` are in the PATH environment variable.
Expand Down

0 comments on commit c66ed5c

Please sign in to comment.