fcdns 0.5.2 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +2 -1
  2. package/dist/cli.cjs +26048 -65828
  3. package/package.json +4 -6
  4. package/CHANGELOG.md +0 -226
package/README.md CHANGED
@@ -3,8 +3,9 @@ DNS relay server with fact-checking.
3
3
 
4
4
  ## Install
5
5
  ```sh
6
- # Please do not use Yarn v1 to install this package globally, Yarn v1 cannot properly patch dependencies.
7
6
  npm install --global fcdns
7
+ # or
8
+ yarn global add fcdns
8
9
  ```
9
10
 
10
11
  ## Usage