mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
Update howto-build-android.md
Fix typo for run `$ source ./app_env.sh ...`
This commit is contained in:
parent
0c543472f5
commit
7394796d08
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ We need to generate project settings like app name, app icon, package name, etc.
|
||||||
|
|
||||||
Please pick what app you want to build: cakewallet or monero.com.
|
Please pick what app you want to build: cakewallet or monero.com.
|
||||||
|
|
||||||
`$ ./app_env.sh <cakewallet OR monero.com>`
|
`$ source ./app_env.sh <cakewallet OR monero.com>`
|
||||||
(it should be like `$ ./app_env.sh cakewallet` or `$ ./app_env.sh monero.com`)
|
(it should be like `$ source ./app_env.sh cakewallet` or `$ source ./app_env.sh monero.com`)
|
||||||
|
|
||||||
Then run configuration script for setup app name, app icon and etc:
|
Then run configuration script for setup app name, app icon and etc:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue