Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NeMo Platform brings NVIDIA NeMo libraries together under one CLI, Python SDK, a

```bash
git clone https://github.com/NVIDIA-NeMo/nemo-platform.git
cd Platform
cd nemo-platform

make bootstrap
source .venv/bin/activate
Expand Down Expand Up @@ -84,7 +84,7 @@ nemo setup --auto --start-services --install-skills --deploy-agent

## Use NeMo Platform from your coding agent

After installation, launch your coding agent (Claude Code, Codex, Cursor, OpenCode, etc) from inside the `Platform` directory. This is the primary way of interacting with the NeMo Platform.
After installation, launch your coding agent (Claude Code, Codex, Cursor, OpenCode, etc) from inside the `nemo-platform` directory. This is the primary way of interacting with the NeMo Platform.

Things you can ask it to do, once the platform is running:

Expand Down
2 changes: 1 addition & 1 deletion docs/about/release-notes/current-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ flow.

```bash
git clone https://github.com/NVIDIA-NeMo/nemo-platform.git
cd Platform
cd nemo-platform
make bootstrap
nemo setup
```
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Clone the source repository and bootstrap the local environment:

```bash
git clone https://github.com/NVIDIA-NeMo/nemo-platform.git
cd Platform
cd nemo-platform
make bootstrap
source .venv/bin/activate
```
Expand Down
Loading