Skip to content

Commit 142a6d2

Browse files
authored
Update README.md
1 parent 258a110 commit 142a6d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This bot is made for the https://programming.dev/ communities but the source cod
66
## Prerequisites
77
- You need to have installed node.js or Docker in order to run the bot
88

9-
## Setup
9+
## Setup with Node.js (Option 1)
1010
1. Clone the repository
1111
2. Create an account in the instance you want the bot to have as its home (just make a regular user)
1212
3. Create a file called .env in the bot folder and give it values in this format with the data in the quotes (dont add the slashes or the part after the slashes)
@@ -22,7 +22,7 @@ I recommend installing something like [forever.js](https://www.npmjs.com/package
2222

2323
If you run into issues feel free to dm me on Matrix [here](https://matrix.to/#/@ategon:matrix.org)
2424

25-
## Setup with Docker
25+
## Setup with Docker (Option 2)
2626
1. Clone the repository
2727
2. Create an account in the instance you want the bot to have as its home (just make a regular user)
2828
3. Create a file called .env in the bot folder and give it values in this format with the data in the quotes (dont add the slashes or the part after the slashes)
@@ -32,4 +32,4 @@ LEMMY_USERNAME="" // The bot username
3232
LEMMY_PASSWORD="" // The bot password
3333
```
3434
4. Change the data in config.yaml based on what you want set. Set the communities and feeds you want here
35-
5. In the project directory build the docker image by running `docker build -t <your name>/<desired_image_name>` and then launch a new container with `docker run <your name>/<desired_image_name>`
35+
5. In the project directory build the docker image by running `docker build -t <your name>/<desired_image_name>` and then launch a new container with `docker run <your name>/<desired_image_name>`

0 commit comments

Comments
 (0)