Skip to content

Commit

Permalink
Merge pull request #18 from owyongsk/patch-2
Browse files Browse the repository at this point in the history
Remove instructions to cp nitter.conf
  • Loading branch information
KTachibanaM authored Jul 13, 2024
2 parents 3cc275d + f53e821 commit 4404ad0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/i-only-want-a-nitter-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ Notice: Since this setup could potentially expose the Nitter instance to the Int
git clone https://github.com/sekai-soft/guide-nitter-self-hosting && cd guide-nitter-self-hosting
```

2. Make neccessary and optional configuration changes
```
cp .example.env .env
```

Fill in the `.env` file

Here is a list of **required** environment variables
Expand All @@ -28,7 +23,7 @@ Consult [this table](https://github.com/sekai-soft/nitter/blob/master/docs/self-

[The table](https://github.com/sekai-soft/nitter/blob/master/docs/self-contained-docker-image.md#how-to-use) also contains several customization options such as instance title and instance default theme that you might be interested in.

3. Run the services
2. Run the services
```
docker compose -f docker-compose.nitter.yml up -d
```
Expand Down

0 comments on commit 4404ad0

Please sign in to comment.