From 13f21d380beee923d69efda4391d4e9557dddd75 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Fri, 29 Mar 2024 20:26:10 +0000 Subject: [PATCH] docs: remove unnecessary step --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c180625..ae5828e 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,9 @@ TODO 2. Clone this repo. 3. Download [Soapbox](https://dl.soapbox.pub/) or another web-based Mastodon client of your choice. 4. Put the frontend files inside the `public` directory. -5. If you decided to use [Soapbox](https://dl.soapbox.pub/), remove the `meta http-equiv="content-security-policy"` from the `index.html` file. -6. Create an `.env` file. -7. Define `DITTO_NSEC=` in your .env file. You can generate an nsec by installing [nak](https://github.com/fiatjaf/nak) and running `nak key generate | nak encode nsec`. -8. Run `deno task dev` +5. Create an `.env` file. +6. Define `DITTO_NSEC=` in your .env file. You can generate an nsec by installing [nak](https://github.com/fiatjaf/nak) and running `nak key generate | nak encode nsec`. +7. Run `deno task dev`. ## License