Skip to content

Commit 1ca513a

Browse files
committed
Refactor and rectify installation steps for '.env' settings
1 parent 85138d1 commit 1ca513a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
goos: ${{ matrix.goos }}
4242
goarch: ${{ matrix.goarch }}
4343
goversion: "go.mod"
44-
extra_files: LICENSE README.md .env.example
44+
extra_files: LICENSE README.md env.example
4545
asset_name: "${{ env.REPOSITORY_NAME }}_${{ env.RELEASE_TAG }}_${{ env.OS_NAME }}_${{ env.ARCH_NAME }}"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To run this bot, please follow these steps:
2626

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

.env.example env.example

File renamed without changes.

0 commit comments

Comments
 (0)