diff --git a/README.md b/README.md index 6f80942..422f040 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,15 @@ This is a monorepo which contains all of our open source tools. [`packages/upg`](https://github.com/gptlabs/tools/tree/master/packages/upg) Short for "universal program generator," UPG is a tool for creating and editing -programs in any language generated with the help of GPT-3. \ No newline at end of file +programs in any language generated with the help of GPT-3. + +### 2. GSH + +[`packages/gsh`](https://github.com/gptlabs/tools/tree/master/packages/upg) + +A natural language terminal shell for using your machine conversationally. + +------ +## **Contributing** +### Cloning this monorepo and all submodules locally: +`git clone --recursive-submodules -j8 git@github.com:gptlabs/tools.git` \ No newline at end of file