Skip to content

Commit a0efe16

Browse files
djach7RobotSail
authored andcommitted
Removes lines for chmod and editing .bashrc file, as well as golang requirement.
Signed-off-by: djach7 <[email protected]>
1 parent 141b3e6 commit a0efe16

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Requirements
66

77
In 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)
2828
cp 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
4334
copilot-ops -h
4435
```

0 commit comments

Comments
 (0)