Skip to content

Commit

Permalink
Update README with new running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jan 9, 2025
1 parent 61d69b6 commit cec21ad
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ The goal is a UI that looks like this:

## Running
UCM desktop requires the UCM CLI to be running, simply start it with the `ucm`
command (Mac/Linux):
command:
```bash
UCM_TOKEN=codebase UCM_PORT=5858 ucm --allow-cors-host tauri://localhost
```
Windows (Powershell):
```
$env:UCM_TOKEN="codebase"; $env:UCM_PORT="5858"; ucm --allow-cors-host http://tauri.localhost
ucm
```

Then start the UCM Desktop app as you would normally.
Expand All @@ -30,7 +26,7 @@ Then start the UCM Desktop app as you would normally.
When running for development start UCM like so:

```bash
UCM_TOKEN=codebase UCM_PORT=5858 ucm --allow-cors-host http://localhost:1420
ucm --allow-cors-host http://localhost:1420
```

Then start the app with:
Expand Down

0 comments on commit cec21ad

Please sign in to comment.