mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-18 20:44:20 +01:00
8 lines
266 B
Bash
8 lines
266 B
Bash
# Install openbazaar client (https://github.com/OpenBazaar/openbazaar-desktop)
|
|
# https://freedomnode.com/blog/80/how-to-install-and-configure-new-openbazaar-2-0-on-linux-and-mac-os-x
|
|
|
|
git clone https://github.com/OpenBazaar/openbazaar-desktop
|
|
npm install
|
|
npm start
|
|
|