Skip to content

Commit 38f04ba

Browse files
committed
Added wget to download.
1 parent 311ad78 commit 38f04ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hub/apps/publish/msstore-dev-cli/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ You can download the macOS *.tar.gz* for your specific architecture (x64 or Arm6
4242

4343
```console
4444
mkdir MSStoreCLI
45+
curl https://github.com/microsoft/msstore-cli/releases/latest/download/MSStoreCLI-osx.12-x64.tar.gz -o MSStoreCLI-osx.12-x64.tar.gz
4546
tar -xvf MSStoreCLI-osx.12-x64.tar.gz -C ./MSStoreCLI
4647
sudo cp -R MSStoreCLI/. /usr/local/bin
4748
```
@@ -65,6 +66,7 @@ You can download the Linux *.tar.gz* for your specific architecture (x64 or Arm6
6566

6667
```console
6768
mkdir MSStoreCLI
69+
wget https://github.com/microsoft/msstore-cli/releases/latest/download/MSStoreCLI-linux-x64.tar.gz
6870
tar -xvf MSStoreCLI-linux-x64.tar.gz -C ./MSStoreCLI
6971
sudo cp -R MSStoreCLI/. /usr/local/bin
7072
```

0 commit comments

Comments
 (0)