mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Merge pull request #196 from jerzybrzoska/patch-2
03_1_Verifying_Your_Bitcoin_Setup.md: Added .bashrc and .profile as o…
This commit is contained in:
commit
25d8852244
@ -6,7 +6,7 @@ Before you start playing with Bitcoin, you should ensure that everything is setu
|
||||
|
||||
We suggest creating some aliases to make it easier to use Bitcoin.
|
||||
|
||||
You can do so by putting them in your `.bash_profile`.
|
||||
You can do so by putting them in your `.bash_profile`, `.bashrc` or `.profile`.
|
||||
```
|
||||
cat >> ~/.bash_profile <<EOF
|
||||
alias btcdir="cd ~/.bitcoin/" #linux default bitcoind path
|
||||
|
Loading…
x
Reference in New Issue
Block a user