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
|
||||
```
|
||||
|
||||
- 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
|
||||
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
|
||||
```
|
||||
|
||||
- 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
|
||||
# Get keys from https://app.pinata.cloud/developers/api-keys
|
||||
NEXT_PUBLIC_PINATA_JWT=
|
||||
|
Loading…
Reference in New Issue
Block a user