Skip to content

Commit 3fdd172

Browse files
committed
docs: readme binary releases
1 parent ce8b291 commit 3fdd172

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,18 @@ The library comes with a command line interface which can also be installed glob
373373
npm install -g @mindconnect/mindconnect-nodejs
374374
```
375375

376+
### Binary Releases
377+
378+
The library can also be downloaded as executable from the [GitHub release page](https://github.com/mindsphere/mindconnect-nodejs/releases).
379+
380+
Download the version for your system and place it in folder which is in your PATH.
381+
382+
- `mc.exe` for windows
383+
- `mc-macos` for macOS
384+
- `mc-linux` for Linux
385+
386+
Linux, macOS: Rename the file to `mc` and make sure that the file is marked as executable (`chmod +x`).
387+
376388
### Configuring CLI
377389

378390
First step is to configure the CLI. For this you will need a session cookie from MindSphere, service credentials (which have been deprecated) or application credentials from your developer cockpit.

0 commit comments

Comments
 (0)