Skip to content

Commit 41a24bf

Browse files
authored
Update Readme (#20)
* docs(readme): update using token directly to run with platform * docs(readme): update screenshot for tokens
1 parent d1fe9fb commit 41a24bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Sign up at [lepton.ai](https://www.lepton.ai/) and get the workspace token from
4545
Copy the token in the format of `workspace:token` and pass it to the `gpud up --token` flag:
4646

4747
```bash
48-
sudo gpud up --token <LEPTON_AI_WORKSPACE:TOKEM>
48+
sudo gpud up --token <LEPTON_AI_TOKEN>
4949
```
5050

5151
You can go to the [dashboard](https://dashboard.lepton.ai/workspace-redirect/machines/self-managed-nodes) to check the self-managed machine status.
@@ -62,7 +62,7 @@ You can also start with the standalone mode and later switch to the managed opti
6262

6363
```bash
6464
# when the token is ready, run the following command
65-
sudo gpud login --token <LEPTON_AI_WORKSPACE:TOKEM>
65+
sudo gpud login --token <LEPTON_AI_TOKEN>
6666
```
6767

6868
To access the local web UI, open https://localhost:15132 in your browser.
26.5 KB
Loading

0 commit comments

Comments
 (0)