diff --git a/README.md b/README.md index 7fa466f9..0886643b 100644 --- a/README.md +++ b/README.md @@ -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=; curl -fsSL https://github.com/singnet/Omega/raw/refs/tags/$TAG/scripts/omega | bash -s -- singularitynet/omega:$TAG +export TAG=; 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