mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
one line script download and run
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# Download this script to your RaspiBlitz:
|
||||
# $ wget https://github.com/openoms/bitcoin-tutorials/raw/master/electrs/electrs_install_on_RaspiBlitz.sh
|
||||
# make it executable:
|
||||
# $ sudo chmod +x electrs_install_on_RaspiBlitz.sh
|
||||
# and run:
|
||||
# $ ./electrs_install_on_RaspiBlitz.sh
|
||||
# Download this script to your RaspiBlit, make it executable, and run:
|
||||
# $ wget https://github.com/openoms/bitcoin-tutorials/raw/master/electrs/electrs_install_on_RaspiBlitz.sh && sudo chmod +x electrs_install_on_RaspiBlitz.sh && ./electrs_install_on_RaspiBlitz.sh
|
||||
|
||||
# https://github.com/romanz/electrs/blob/master/doc/usage.md
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user