1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2025-12-06 06:03:20 +00:00

Fixed installation instructions in readme.

This commit is contained in:
Ylian Saint-Hilaire
2021-04-15 12:44:18 -07:00
parent aa6397767d
commit 063e9bfd0b
23 changed files with 51 additions and 147176 deletions

View File

@@ -21,7 +21,7 @@ On Windows, Linux and MacOS, you can install MeshCommander from the Node Package
mkdir meshcommander
cd meshcommander
npm install meshcommander
node meshcommander
node node_modules\meshcommander
```
This will start a small web server on port 3000 that you can access using a browser to use MeshCommander at http://127.0.0.1:3000.