Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 382 Bytes

Prerequisites:

  • a Mac.
  • dotnet is installed (brew install dotnet)
  • pnpm is installed (brew install pnpm)
git clone --recurse-submodules https://github.com/jechter/boltprompt.git
cd boltprompt
./install.sh

Open a new Terminal window

Optional, to try to generate auto complete info for unknown commands using AI:

export OPENAI_API_KEY=[your API key here]