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

docs(readme): fix numbered list #9

Merged
merged 1 commit into from
Apr 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,23 +148,23 @@ You can find reNgine documentation at [https://rengine.wiki](https://rengine.wik

1. Clone this repo

```bash
git clone https://github.com/yogeshojha/rengine && cd rengine
```
```bash
git clone https://github.com/yogeshojha/rengine && cd rengine
```

1. Edit the dotenv file, **please make sure to change the password for postgresql `POSTGRES_PASSWORD`!**

```bash
nano .env
```
```bash
nano .env
```

1. Run the installation script, Please keep an eye for any prompt, you will also be asked for username and password for reNgine.

```bash
sudo ./install.sh
```
```bash
sudo ./install.sh
```

If `./install.sh` does not have install permission, please change it, `chmod +x install.sh`
If `./install.sh` does not have install permission, please change it, `chmod +x install.sh`

**reNgine can now be accessed from <https://127.0.0.1> or if you're on the VPS <https://your_vps_ip_address>**

Expand Down