Skip to content

Commit

Permalink
Make language more succinct on skipping wallet setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Feb 3, 2024
1 parent 01acd78 commit 3cdfc98
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/installation/installation-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ Most users should use the [standard installation method](./installation.md).
## Installing Without Wallet Setup (advanced)

!!! warning
For separate wallet management, install Voi without wallet setup.
This advanced feature is not recommended for most users.
Instead, opt for new user setup or existing account import.
For individual wallet control, install Voi without the wallet setup.
This is an advanced feature and not suggested for most users.
New user setup or importing an existing account is recommended.

If you want to install without including wallet setup, set the **VOINETWORK_SKIP_WALLET_SETUP** environment variable to
**1** and run the installation script:
If you want
to install Voi without setting up a wallet, and where you manage your keys offline or on
other systems, use the **VOINETWORK_SKIP_WALLET_SETUP** environment variable.

To skip wallet setup, run the following command:

```bash
export VOINETWORK_SKIP_WALLET_SETUP=1
Expand Down

0 comments on commit 3cdfc98

Please sign in to comment.