forked from mito-systems/sol-mem-gen
Update README
This commit is contained in:
parent
273a2c165c
commit
455ab152df
@ -21,7 +21,7 @@ This project is a Solana-based meme generator that allows users to connect their
|
|||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
- Copy the `.env.example` file to `.env.local` and add your FAL AI key:
|
- Copy the `.env.example` file to `.env.local` and add your API keys:
|
||||||
```sh
|
```sh
|
||||||
cp .env.example .env.local
|
cp .env.example .env.local
|
||||||
```
|
```
|
||||||
@ -32,7 +32,7 @@ This project is a Solana-based meme generator that allows users to connect their
|
|||||||
FAL_AI_KEY=your_fal_ai_key
|
FAL_AI_KEY=your_fal_ai_key
|
||||||
```
|
```
|
||||||
|
|
||||||
- Setup a project on <https://app.pinata.cloud> then add the following to `.env.example`
|
- Setup a project on <https://app.pinata.cloud> then add the following to `.env.example`:
|
||||||
```env
|
```env
|
||||||
# Get keys from https://app.pinata.cloud/developers/api-keys
|
# Get keys from https://app.pinata.cloud/developers/api-keys
|
||||||
NEXT_PUBLIC_PINATA_JWT=
|
NEXT_PUBLIC_PINATA_JWT=
|
||||||
|
Loading…
Reference in New Issue
Block a user