Skip to content

Commit

Permalink
removed leading $ prompts for easier copying of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MasinAD committed Jan 16, 2024
1 parent 617aa5c commit 016ae03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v8/mastodoncomments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ The COMMENT_SYSTEM_ID contains the schemeless URL of the Mastodon instance you w
# How to install
You need to copy the folder `$BLOG_ROOT/plugins/mastodoncomments/files/assets` to `$BLOG_ROOT/files/assets`
```
$ cp -a plugins/mastodoncomments/files/assets files/
cp -a plugins/mastodoncomments/files/assets files/
```

Additionally, it requires DOMpurify in your `files/assets/js` folder which you can install by
```
$ cd files/assets/js && wget https://raw.githubusercontent.com/cure53/DOMPurify/main/dist/purify.min.js
cd files/assets/js && wget https://raw.githubusercontent.com/cure53/DOMPurify/main/dist/purify.min.js
```

# How to use
Expand Down

0 comments on commit 016ae03

Please sign in to comment.