Skip to content
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,27 +72,22 @@ Ensure that you have [Docker installed](https://docs.docker.com/engine/install/)

Run Omega using the next command:
```
curl -fsSL https://raw.githubusercontent.com/singnet/Omega/refs/heads/main/scripts/omega | bash -s -- singularitynet/omega:latest
curl -fsSL https://github.com/singnet/Omega/raw/refs/tags/v0.1.19/scripts/omegaclaw | bash -s -- singularitynet/omega:v0.1.19
```

To run a specific version of Omega set version in `TAG` environment variable and run the following command:
```
export TAG=<version>; curl -fsSL https://github.com/singnet/Omega/raw/refs/tags/$TAG/scripts/omega | bash -s -- singularitynet/omega:$TAG
export TAG=<version>; curl -fsSL https://github.com/singnet/Omega/raw/refs/tags/$TAG/scripts/omegaclaw | bash -s -- singularitynet/omegaclaw:$TAG
```

To stop the Omega Docker container:
```
docker stop omega
docker stop omegaclaw
```

To restart the Omega Docker container:
```
docker start omega
```

To reset Omega's memory:
```
docker volume rm omega-memory
docker start omegaclaw
```

### Memory portability
Expand Down
Loading