Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 24, 2024
1 parent 4e0d564 commit db97b38
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Sage is:

## Disclaimer

Sage is still in beta and has not been thoroughly tested yet. For now, it should only be used on testnet11, and you should back up your keys elsewhere.

The app is not guaranteed to be stable and can have breaking database and config changes between releases. If you are looking for stability, I recommend choosing a different wallet until Sage is out of beta.
Sage is still in beta testing and isn't guaranteed to be stable, so it should be used with caution. Please make sure you backup your keys and don't put too much XCH in mainnet wallets.

## Installation

There are currently no pre-built executables for this app. In the meantime, you can see the [Development](#development) section for source installation instructions.
You can download binaries for any platform (including desktop and Android) on the releases page. For iOS, you can participate in the [public TestFlight](https://testflight.apple.com/join/BmUdFXpP).

If you want to build from source, see the [Development](#development) section for instructions.

## Contributing

Expand Down Expand Up @@ -56,3 +56,10 @@ And build the application with:
```bash
pnpm tauri build
```

You can also run the app in the iOS or Android simulator, though it may take some prior setup:

```bash
pnpm tauri ios dev
pnpm tauri android dev
```

0 comments on commit db97b38

Please sign in to comment.