瀏覽代碼

docs: make global companion install bash line copy-pasteable, fixes #2438

Renée Kooi 4 年之前
父節點
當前提交
2605353acb
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/@uppy/companion/README.md
  2. 1 1
      website/src/docs/companion.md

+ 1 - 1
packages/@uppy/companion/README.md

@@ -15,7 +15,7 @@ Instagram, etc. **Companion is not a target to upload files to**. For this, use
 npm install @uppy/companion
 ```
 
-If you don't have a Node.js project with a `package.json` you might want to install/run Companion globally like so: `[sudo] npm install -g @uppy/companion@0.17.4` (best check the actual latest version, and use that, so (re)installs are reproducible, and upgrades intentional).
+If you don't have a Node.js project with a `package.json` you might want to install/run Companion globally like so: `[sudo] npm install -g @uppy/companion@1.x` (best check the actual latest version, and use that, so (re)installs are reproducible, and upgrades intentional).
 
 ## Usage
 

+ 1 - 1
website/src/docs/companion.md

@@ -35,7 +35,7 @@ Install from NPM:
 npm install @uppy/companion
 ```
 
-If you don't have a Node.js project with a `package.json` you might want to install/run Companion globally like so: `[sudo] npm install -g @uppy/companion@0.30.0`.
+If you don't have a Node.js project with a `package.json` you might want to install/run Companion globally like so: `[sudo] npm install -g @uppy/companion@1.x`.
 
 Unfortunately, Windows is not a supported platform right now. It may work, and we're happy to accept improvements in this area, but we can't provide assistance.