File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 55## Requirements
66
77In order to use ` copilot-ops ` , you need to have an OpenAI account with access to the GPT-3 Codex model,
8- and an API token saved as the ` OPENAI_API_TOKEN ` environment variable. You must also have golang installed to build the binary.
8+ and an API token saved as the ` OPENAI_API_TOKEN ` environment variable.
99
1010## Installation
1111
@@ -27,18 +27,9 @@ mkdir -p ${HOME}/bin
2727# Save binary to bin directory (run from copilot-ops directory)
2828cp copilot-ops ${HOME}/bin
2929
30- # Make binary executable
31- chmod 755 ${HOME}/bin/copilot-ops
32-
33- # Open file ${HOME} /.bashrc in text editor, add line and save
34- export PATH= "${HOME}/bin:${PATH}"
35-
3630# Rerun .bashrc file
3731. ~/.bashrc
3832
39- # Ensure binary is on PATH
40- command -v copilot-ops
41-
4233# Run binary with -h to see all commands
4334copilot-ops -h
4435```
You can’t perform that action at this time.
0 commit comments