From 4b9d5aad51227149e1787fa4012cd9a88ff8fe70 Mon Sep 17 00:00:00 2001 From: Alyss Noland Date: Wed, 16 Jul 2025 13:14:17 -0500 Subject: [PATCH 1/2] Updated readme and console links to new subdomain --- README.md | 46 +++++++++++++++++++++++++++++++++----------- pkg/config/config.go | 2 +- 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 00ce10f35..84b0ff1cd 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,53 @@ [![](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) -[Brev.dev](https://brev.dev) makes it easy to develop on remote machines. Use Brev.dev to start a project and share your intance. +[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. ## Install the cli -### MacOS and Linux +### MacOS +```zsh +brew install brevdev/homebrew-brev/brev && brev login ``` -brew install brevdev/homebrew-brev/brev + +### Linux + +```bash +sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)" +brev login +``` + +### Windows +**Using Brev With Windows Subsystem for Linux (WSL)** + +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. + +**Prerequisites** +- WSL installed and configured +- Virtualization enabled in your BIOS +- Ubuntu 20.04 installed from the Microsoft Store + +Once you have WSL installed and configured, you can install Brev by running the following command in your terminal: + +```bash +sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)" +``` +**Next Steps** + +Log in to your Brev account: + +```bash +brev login ``` ## Get Started -https://console.brev.dev +https://brev.nvidia.com/ ## Docs -https://docs.brev.dev +https://docs.nvidia.com/brev/latest/ --- @@ -31,9 +61,3 @@ https://user-images.githubusercontent.com/14320477/170176621-6b871798-baef-4d42- ## Contributing We welcome PRs! Checkout [Contributing.md](docs/CONTRIBUTING.md) for more. - -## Trying other badge styles - -[![](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) - -[![](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) diff --git a/pkg/config/config.go b/pkg/config/config.go index 6a2db58f7..bf4fe1459 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -18,7 +18,7 @@ const ( ollamaAPIURL EnvVarName = "OLLAMA_API_URL" ) -var ConsoleBaseURL = "https://console.brev.dev" +var ConsoleBaseURL = "https://brev.nvidia.com" type ConstantsConfig struct{} From bee517040549e24bcd7f67d89945a769bf0a90da Mon Sep 17 00:00:00 2001 From: Alyss Noland <9373485+PreciselyAlyss@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:59:24 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aae0aa442..ff03010a5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![](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) -[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. +[NVIDIA Brev](https://brev.nvidia.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. ## Install the cli