diff --git a/README.md b/README.md index def6909..ee42c56 100644 --- a/README.md +++ b/README.md @@ -115,4 +115,15 @@ Enable the free mode by setting the following environment variable. This will allow you to create a wordpress site without using a licence key using the /createsite command. ``` FREE_MODE: true -``` \ No newline at end of file +``` + + +## Hip2 +HIP2 allows sending HNS to a domain. +To enable HIP2 on your wordpress site you should + +1. Download the [HIP2 plugin](https://git.woodburn.au/nathanwoodburn/hnshosting-wp/raw/branch/main/assets/hns-wallet-plugin.zip) +2. Upload the plugin to your wordpress site +3. Activate the plugin +4. Go to the settings page and enter your HNS wallet address +5. Ensure it works by settings the permalink to post name and saving \ No newline at end of file diff --git a/assets/hns-wallet-plugin.zip b/assets/hns-wallet-plugin.zip new file mode 100644 index 0000000..fab70cb Binary files /dev/null and b/assets/hns-wallet-plugin.zip differ