Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Update fixed:#79 .env issue #107

Merged
merged 1 commit into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Before contributing, ensure you have the following set up:
```
cd frontend

bun icp env.example .env
bun icp env-example .env

bun run dev
```
Expand Down
4 changes: 2 additions & 2 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Holen Sie sich einen Serper-API-Schlüssel:[Serper](https://serper.dev/api-key)

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL, and Serper API Key to .env

Expand All @@ -165,7 +165,7 @@ Holen Sie sich einen Serper-API-Schlüssel:[Serper](https://serper.dev/api-key)

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL to .env

Expand Down
4 changes: 2 additions & 2 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Obtenga una clave API de Serper:[Serpiente](https://serper.dev/api-key)

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL, and Serper API Key to .env

Expand All @@ -165,7 +165,7 @@ Obtenga una clave API de Serper:[Serpiente](https://serper.dev/api-key)

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL to .env

Expand Down
4 changes: 2 additions & 2 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Obtenez une clé API Serper :[Serper](https://serper.dev/api-key)

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL, and Serper API Key to .env

Expand All @@ -165,7 +165,7 @@ Obtenez une clé API Serper :[Serper](https://serper.dev/api-key)

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL to .env

Expand Down
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Serper API キーを取得します。[サーペル](https://serper.dev/api-key)

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL, and Serper API Key to .env

Expand All @@ -165,7 +165,7 @@ Serper API キーを取得します。[サーペル](https://serper.dev/api-key)

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL to .env

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ cd frontend

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL, and Serper API Key to .env

Expand All @@ -170,7 +170,7 @@ cd vector

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL to .env

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ MemFree 配备强大的功能,可满足各种搜索和生产力需求:

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL, and Serper API Key to .env

Expand All @@ -165,7 +165,7 @@ MemFree 配备强大的功能,可满足各种搜索和生产力需求:

bun i

cp env.example .env
cp env-example .env

# Add your OpenAI API Key, Upstash Redis URL to .env

Expand Down
Loading