Known issues

This commit is contained in:
Collin Jackson 2024-10-21 05:29:41 -07:00
parent 88f89deea6
commit c90e1627fb

View File

@ -15,10 +15,10 @@ sudo apt upgrade
sudo apt install build-essential pkg-config libssl-dev git-all sudo apt install build-essential pkg-config libssl-dev git-all
``` ```
### Mac ### macOS
If you have [installed Homebrew](https://brew.sh/) to manage packages on OS X, If you have [installed Homebrew](https://brew.sh/) to manage packages on OS X,
follow these instructions to install Git: run this command to install Git.
``` ```
brew install git brew install git
@ -26,7 +26,8 @@ brew install git
### Windows ### Windows
Install [WSL](https://learn.microsoft.com/en-us/windows/wsl/install). [Install WSL](https://learn.microsoft.com/en-us/windows/wsl/install),
then see Linux instructions above.
## Quick start ## Quick start
@ -36,7 +37,7 @@ curl https://cli.nexus.xyz/ | sh
If you do not already have Rust, you will be prompted to install it. If you do not already have Rust, you will be prompted to install it.
## Terms of use ## Terms of Use
Use of the CLI is subject to the [Terms of Use](https://nexus.xyz/terms-of-use). Use of the CLI is subject to the [Terms of Use](https://nexus.xyz/terms-of-use).
The first time you run it, it prompts you to accept the terms. To accept the terms The first time you run it, it prompts you to accept the terms. To accept the terms
@ -47,6 +48,7 @@ add `NONINTERACTIVE=1` before `sh`.
* Only the latest version of the CLI is currently supported. * Only the latest version of the CLI is currently supported.
* Prebuilt binaries are not yet available. * Prebuilt binaries are not yet available.
* Counting cycles proved is not yet available in the CLI.
* Only proving is supported. Submitting programs to the network is in private beta. * Only proving is supported. Submitting programs to the network is in private beta.
To request an API key, contact us at growth@nexus.xyz. To request an API key, contact us at growth@nexus.xyz.