diff --git a/README.md b/README.md index 0f0ff13..adc6a72 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ Join the [discord](https://discord.polywrap.io) for help using PolyGPT, or integ # Getting Started +## Pre-Requisites +Please install the following: +* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) +* [nodejs & npm](https://nodejs.org/en/download/package-manager#alpine-linux) +* [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) +* [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) + ## Setup 1. Clone the repository diff --git a/docs/windows-wsl2-setup.md b/docs/windows-wsl2-setup.md index b2b161a..e9e1bff 100644 --- a/docs/windows-wsl2-setup.md +++ b/docs/windows-wsl2-setup.md @@ -30,26 +30,6 @@ https://www.kali.org/docs/general-use/metapackages/ Launch Kali in terminal: `kali` -Install git & yarn: -* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) -* [nodejs & npm](https://nodejs.org/en/download/package-manager#alpine-linux) -* [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) -* [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) +## Follow: "Getting Started" -Clone PolyGPT: -`git clone https://github.com/polywrap/PolyGPT.git` - -Copy the .env.template file and rename it to .env: -`cp .env.template .env` - -Find the line that says OPENAI_API_KEY=, and add your unique OpenAI API Key: -`OPENAI_API_KEY=sk-...` - -Use the correct version of Node.JS: -`nvm install && nvm use` - -Install npm packages: -`yarn` - -Start the agent: -`yarn start` +Follow the "Getting Started" steps detailed in the root [README](../README.md).