mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Migrate VERSION variable to non-export
This commit is contained in:
parent
b83874e9bd
commit
89a2df67cd
@ -41,7 +41,6 @@ set your GitHub account name for the script to use:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
export GH_USER=<github account name>
|
export GH_USER=<github account name>
|
||||||
export VERSION=v0.18.0.0
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* PGP keys - if you don't have one already, you can use `gpg --quick-gen-key` to generate it.
|
* PGP keys - if you don't have one already, you can use `gpg --quick-gen-key` to generate it.
|
||||||
@ -58,6 +57,7 @@ The dockrun.sh script will do everything to build the binaries. Just specify the
|
|||||||
version to build as its only argument, e.g.
|
version to build as its only argument, e.g.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
VERSION=v0.18.0.0
|
||||||
./dockrun.sh $VERSION
|
./dockrun.sh $VERSION
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user