Skip to content

Commit fb38b9f

Browse files
committed
chore(BRE2-867): update readme
1 parent f6168b2 commit fb38b9f

1 file changed

Lines changed: 22 additions & 17 deletions

File tree

README.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,17 @@
44

55
## Install the cli
66

7-
### From conda-forge
8-
9-
To globally install `brev` [from conda-forge](https://github.com/conda-forge/brev-feedstock/) in an isolated environment with [`Pixi`](https://pixi.sh/), run
10-
11-
```
12-
pixi global install brev
13-
```
14-
157
### MacOS
168
Assumes [Homebrew](https://brew.sh/) (or Workbrew equivalent) are installed.
179

1810
```zsh
19-
brew install brevdev/homebrew-brev/brev && brev login
11+
brew install brevdev/homebrew-brev/brev
2012
```
2113

2214
### Linux
2315

2416
```bash
2517
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)"
26-
brev login
2718
```
2819

2920
### Windows
@@ -34,33 +25,47 @@ Brev is supported on windows currently through the Windows Subsystem for Linux (
3425
**Prerequisites**
3526
- WSL installed and configured
3627
- Virtualization enabled in your BIOS
37-
- Ubuntu 20.04 installed from the Microsoft Store
28+
- Ubuntu >=22.04 installed from the Microsoft Store
3829

3930
Once you have WSL installed and configured, you can install Brev by running the following command in your terminal:
4031

4132
```bash
4233
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)"
4334
```
44-
**Next Steps**
35+
36+
### From conda-forge
37+
38+
To globally install `brev` [from conda-forge](https://github.com/conda-forge/brev-feedstock/) in an isolated environment with [`Pixi`](https://pixi.sh/), run
39+
40+
```
41+
pixi global install brev
42+
```
43+
## Get Started
4544

4645
Log in to your Brev account:
4746

48-
```bash
47+
```bash
4948
brev login
5049
```
5150

52-
## Get Started
51+
Create a new GPU instance:
5352

54-
https://brev.nvidia.com/
53+
```bash
54+
brev create awesome-gpu-name
55+
```
56+
57+
See the instance:
58+
59+
```bash
60+
brev ls
61+
```
5562

5663
## Docs
5764

5865
https://docs.nvidia.com/brev/latest/
5966

6067
---
6168

62-
https://user-images.githubusercontent.com/14320477/170176621-6b871798-baef-4d42-affe-063a76eca9da.mp4
63-
6469
## AI Agent Integration
6570

6671
Brev CLI includes a skill for AI coding agents (like [Claude Code](https://claude.com/claude-code)) that enables natural language GPU instance management.

0 commit comments

Comments
 (0)