diff --git a/01OS/README.md b/01OS/README.md new file mode 100644 index 0000000..8678d6c --- /dev/null +++ b/01OS/README.md @@ -0,0 +1,9 @@ +The open-source language model computer. + +```bash +pip install 01OS +``` + +```bash +01 # Runs the 01 server and client. +``` diff --git a/01OS/pyproject.toml b/01OS/pyproject.toml index 9860987..04d816d 100644 --- a/01OS/pyproject.toml +++ b/01OS/pyproject.toml @@ -4,7 +4,7 @@ packages = [ {include = "01OS"}, ] include = [".env.example", "start.py", "start.sh"] -version = "0.0.5" +version = "0.0.6" description = "The open-source language model computer" authors = ["Killian "] license = "AGPL"