Skip to content

Commit

Permalink
Merge pull request #9 from AnonymousWP/fix-incorrect-numbering-in-readme
Browse files Browse the repository at this point in the history
docs(readme): fix numbered list
  • Loading branch information
AnonymousWP committed Apr 11, 2023
2 parents 5d51389 + 6b383be commit 0d07e85
Showing 1 changed file with 10 additions and 10 deletions.
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

0 comments on commit 0d07e85

Please sign in to comment.