Skip to content

Commit 4b9d5aa

Browse files
Updated readme and console links to new subdomain
1 parent 2fb523a commit 4b9d5aa

2 files changed

Lines changed: 36 additions & 12 deletions

File tree

README.md

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,53 @@
66

77
[![](https://uohmivykqgnnbiouffke.supabase.co/storage/v1/object/public/landingpage/createdevenv1.svg)](https://console.brev.dev/environment/new?repo=https://github.com/brevdev/brev-cli&instance=2x8)
88

9-
[Brev.dev](https://brev.dev) makes it easy to develop on remote machines. Use Brev.dev to start a project and share your intance.
9+
[NVIDIA Brev](https://nvidia.brev.com) provides streamlined access to NVIDIA GPU instances on popular cloud platforms, automatic environment setup, and flexible deployment options, enabling developers to start experimenting instantly.
1010

1111
## Install the cli
1212

13-
### MacOS and Linux
13+
### MacOS
1414

15+
```zsh
16+
brew install brevdev/homebrew-brev/brev && brev login
1517
```
16-
brew install brevdev/homebrew-brev/brev
18+
19+
### Linux
20+
21+
```bash
22+
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)"
23+
brev login
24+
```
25+
26+
### Windows
27+
**Using Brev With Windows Subsystem for Linux (WSL)**
28+
29+
Brev is supported on windows currently through the Windows Subsystem for Linux (WSL). This guide will walk you through the steps to get Brev up and running on your Windows machine.
30+
31+
**Prerequisites**
32+
- WSL installed and configured
33+
- Virtualization enabled in your BIOS
34+
- Ubuntu 20.04 installed from the Microsoft Store
35+
36+
Once you have WSL installed and configured, you can install Brev by running the following command in your terminal:
37+
38+
```bash
39+
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)"
40+
```
41+
**Next Steps**
42+
43+
Log in to your Brev account:
44+
45+
```bash
46+
brev login
1747
```
1848

1949
## Get Started
2050

21-
https://console.brev.dev
51+
https://brev.nvidia.com/
2252

2353
## Docs
2454

25-
https://docs.brev.dev
55+
https://docs.nvidia.com/brev/latest/
2656

2757
---
2858

@@ -31,9 +61,3 @@ https://user-images.githubusercontent.com/14320477/170176621-6b871798-baef-4d42-
3161
## Contributing
3262

3363
We welcome PRs! Checkout [Contributing.md](docs/CONTRIBUTING.md) for more.
34-
35-
## Trying other badge styles
36-
37-
[![](https://uohmivykqgnnbiouffke.supabase.co/storage/v1/object/public/landingpage/brevdeployblack.svg?t=2023-08-15T14%3A21%3A03.847Z)](https://console.brev.dev/environment/new?repo=https://github.com/brevdev/brev-cli&instance=2x8)
38-
39-
[![](https://uohmivykqgnnbiouffke.supabase.co/storage/v1/object/public/landingpage/brevdeploynavy.svg?t=2023-08-15T14%3A21%3A03.847Z)](https://console.brev.dev/environment/new?repo=https://github.com/brevdev/brev-cli&instance=2x8)

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
ollamaAPIURL EnvVarName = "OLLAMA_API_URL"
1919
)
2020

21-
var ConsoleBaseURL = "https://console.brev.dev"
21+
var ConsoleBaseURL = "https://brev.nvidia.com"
2222

2323
type ConstantsConfig struct{}
2424

0 commit comments

Comments
 (0)