Skip to content

Commit

Permalink
docs: remove the quickstart using bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
tikikun committed Feb 2, 2024
1 parent 26ef264 commit 795551e
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions docs/docs/new/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,13 @@ Download and install Nitro on your system.

### From the release page

> [Nitro Release Page](https://github.com/janhq/nitro/releases)
### For Linux and MacOS

```bash
curl -sfL https://raw.githubusercontent.com/janhq/nitro/main/install.sh | sudo /bin/bash -
```
You can directly choose the pre-built binary that compatible with your system at

### For Windows

```bash
powershell -Command "& { Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/janhq/nitro/main/install.bat' -OutFile 'install.bat'; .\install.bat; Remove-Item -Path 'install.bat' }"
```
> [Nitro Release Page](https://github.com/janhq/nitro/releases)
> Installing Nitro will add new files and configurations to your system to enable it to run.
After you have downloaded the binary, you can directly use the binary with "./nitro".

For a manual installation process, see: [Install from Source](install.md)
If you want to build from source rather than using the pre-built binary, you can also check: [Install from Source](install.md)

## Step 2: Downloading a Model

Expand Down

0 comments on commit 795551e

Please sign in to comment.