Remove dotenv
This commit is contained in:
12
README.md
12
README.md
@@ -39,23 +39,13 @@ bloop/
|
||||
|
||||
### Installation
|
||||
|
||||
1. Install Postgres
|
||||
|
||||
2. Configure .env (see template in backend/.env.example)
|
||||
|
||||
3. Install dependencies
|
||||
1. Install dependencies
|
||||
|
||||
```bash
|
||||
# Install dependencies
|
||||
npm install
|
||||
```
|
||||
|
||||
4. Run SQLX migrations
|
||||
|
||||
```bash
|
||||
cargo sqlx migrate run
|
||||
```
|
||||
|
||||
### Development
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user