Skip to content

Commit

Permalink
remove dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgesmr committed Dec 4, 2022
1 parent 2db1c51 commit df1b0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a Python project that generates a digest of popular Mastodon posts from

You can run in [Docker](#docker) or in a [local python environment](#local). But first, set up your environment:

Before you can run the tool locally, you need to copy [.env.example](./.env.example) to [.env](./.env) (which is ignored by git) and fill in the relevant environment variables:
Before you can run the tool locally, you need to copy [.env.example](./.env.example) to .env (which is ignored by git) and fill in the relevant environment variables:

```sh
cp .env.example .env
Expand Down

0 comments on commit df1b0fd

Please sign in to comment.