-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from marinacabrera/docs/git-submodules
docs: update README to include description of GSH tool and submodule cloning instructions
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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` |