@carlelieser/nexus-cli 0.1.3 → 0.1.4
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.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
Enables automated downloads of individual mods and collections from [Nexus](https://nexusmods.com) without a premium
|
|
4
4
|
subscription.
|
|
5
5
|
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
> **Note:** this does not unlock premium download speeds. It uses the same free
|
|
9
|
+
> "slow download" the website gives you — it just saves you from clicking
|
|
10
|
+
> through every mod and collection by hand.
|
|
11
|
+
|
|
6
12
|
## Install
|
|
7
13
|
|
|
8
14
|
```sh
|