mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
How to git pull devel branch info added
This commit is contained in:
parent
c05dfcf34a
commit
4711f0bf3a
1 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ Note: `devel` branch of the explorer follows `master` branch of the monero.
|
|||
|
||||
## Compilation on Ubuntu 16.04/18.04
|
||||
|
||||
##### Compile latest Monero version (0.13)
|
||||
##### Compile latest Monero version (0.14.0.0)
|
||||
|
||||
Download and compile recent Monero into your home folder:
|
||||
|
||||
|
@ -120,8 +120,8 @@ as follows:
|
|||
# go to home folder if still in ~/monero
|
||||
cd ~
|
||||
|
||||
# download the source code
|
||||
git clone https://github.com/moneroexamples/onion-monero-blockchain-explorer.git
|
||||
# download the source code of the devel branch
|
||||
git clone --recursive -b devel https://github.com/moneroexamples/openmonero.git
|
||||
|
||||
# enter the downloaded sourced code folder
|
||||
cd onion-monero-blockchain-explorer
|
||||
|
|
Loading…
Reference in a new issue