mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-02 11:46:03 +02:00
Update directory name in readme
This commit is contained in:
parent
5aae4f5c13
commit
30dbe2da45
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Clone this repo and change directory to the root of the repository.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/lukevella/rallly.git
|
git clone https://github.com/lukevella/rallly.git
|
||||||
cd Rallly
|
cd rallly
|
||||||
```
|
```
|
||||||
|
|
||||||
_optional_: Configure your SMTP server. Without this, Rallly won't be able to send out emails. You can set the following environment variables in a `.env` in the root of the project
|
_optional_: Configure your SMTP server. Without this, Rallly won't be able to send out emails. You can set the following environment variables in a `.env` in the root of the project
|
||||||
|
@ -42,7 +42,7 @@ Clone this repo and change directory to the root of the repository.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/lukevella/rallly.git
|
git clone https://github.com/lukevella/rallly.git
|
||||||
cd Rallly
|
cd rallly
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy the sample `.env` file then open it and set the variables.
|
Copy the sample `.env` file then open it and set the variables.
|
||||||
|
|
Loading…
Add table
Reference in a new issue