diff --git a/v8/mastodoncomments/README.md b/v8/mastodoncomments/README.md index 3098070f..112d0de1 100644 --- a/v8/mastodoncomments/README.md +++ b/v8/mastodoncomments/README.md @@ -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