fix instructions

This commit is contained in:
Mike Kinney 2022-02-25 21:37:23 -08:00
parent 42c98b86db
commit bf0f5cf4ca

View file

@ -21,24 +21,18 @@ They can be found on the [Releases](https://github.com/meshtastic/Meshtastic-pyt
]}> ]}>
<TabItem value="ubuntu"> <TabItem value="ubuntu">
* Download meshtastic_ubuntu.zip * Download meshtastic_ubuntu
* Unzip.
:::note
You may need to run `sudo apt-get install zip`
:::
* Run the following command to make the file executable: * Run the following command to make the file executable:
``` ```
chmod +x meshtastic chmod +x meshtastic_ubuntu
``` ```
* To run the cli: * To run the cli:
``` ```
./meshtastic ./meshtastic_ubuntu
``` ```
:::tip :::tip
@ -48,20 +42,18 @@ Copy (or move) this binary somewhere in your path.
</TabItem> </TabItem>
<TabItem value="macos"> <TabItem value="macos">
* Download meshtastic_mac.zip * Download meshtastic_mac
* Unzip.
* Run the following command to make the file executable: * Run the following command to make the file executable:
``` ```
chmod +x meshtastic chmod +x meshtastic_mac
``` ```
* Try to run it: * Try to run it:
``` ```
./meshtastic ./meshtastic_mac
``` ```
:::note :::note
@ -74,7 +66,7 @@ chmod +x meshtastic
* Try to run it again: * Try to run it again:
``` ```
./meshtastic ./meshtastic_mac
``` ```
:::note :::note
@ -86,7 +78,7 @@ You may get a dialog that says:
* Now when you want to run it, you can simply run: * Now when you want to run it, you can simply run:
``` ```
./meshtastic ./meshtastic_mac
``` ```
:::tip :::tip
@ -96,14 +88,14 @@ Copy (or move) this binary somewhere in your path.
</TabItem> </TabItem>
<TabItem value="windows"> <TabItem value="windows">
* Download meshtastic_windows.zip * Download meshtastic_windows
* Unzip. * Rename to meshtastic_windows.exe
* To run, double click on "meshtastic.exe" or from a command prompt run: * To run, double click on "meshtastic.exe" or from a command prompt run:
``` ```
.\meshtastic.exe .\meshtastic_windows.exe
``` ```
</TabItem> </TabItem>