Skip to content

Commit

Permalink
Merge pull request #15 from marinacabrera/docs/git-submodules
Browse files Browse the repository at this point in the history
docs: update README to include description of GSH tool and submodule cloning instructions
  • Loading branch information
Marina Cabrera authored Feb 18, 2023
2 parents b94516e + 0b81084 commit a0c5c33
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 [email protected]:gptlabs/tools.git`

0 comments on commit a0c5c33

Please sign in to comment.