Skip to content

Commit

Permalink
Merge pull request #14 from rayspock/feat/refactor-env-file
Browse files Browse the repository at this point in the history
🙈 Refactor and rectify installation steps for '.env' settings
  • Loading branch information
rayspock committed May 2, 2023
2 parents 85138d1 + 1ca513a commit 6f89c95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "go.mod"
extra_files: LICENSE README.md .env.example
extra_files: LICENSE README.md env.example
asset_name: "${{ env.REPOSITORY_NAME }}_${{ env.RELEASE_TAG }}_${{ env.OS_NAME }}_${{ env.ARCH_NAME }}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To run this bot, please follow these steps:

1. Go to the [releases page](https://github.com/rayspock/go-chatgpt-discord/releases) and download the binary that
matches your operating system. Extract the binary to a directory of your choice (such as `~/go-chatgpt-discord`).
1. In the same directory as the binary, create a copy of .env.example and name it .env. Fill in the appropriate
1. In the same directory as the binary, create a copy of `env.example` and name it `.env` Fill in the appropriate
credentials as directed.
1. Obtain a new OpenAI API key by following the link [here](https://platform.openai.com/account/api-keys). Then, fill
in `OPENAI_API_KEY`.
Expand Down
File renamed without changes.

0 comments on commit 6f89c95

Please sign in to comment.