File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
hub/apps/publish/msstore-dev-cli Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ You can download the macOS *.tar.gz* for your specific architecture (x64 or Arm6
42
42
43
43
``` console
44
44
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
45
46
tar -xvf MSStoreCLI-osx.12-x64.tar.gz -C ./MSStoreCLI
46
47
sudo cp -R MSStoreCLI/. /usr/local/bin
47
48
```
@@ -65,6 +66,7 @@ You can download the Linux *.tar.gz* for your specific architecture (x64 or Arm6
65
66
66
67
``` console
67
68
mkdir MSStoreCLI
69
+ wget https://github.com/microsoft/msstore-cli/releases/latest/download/MSStoreCLI-linux-x64.tar.gz
68
70
tar -xvf MSStoreCLI-linux-x64.tar.gz -C ./MSStoreCLI
69
71
sudo cp -R MSStoreCLI/. /usr/local/bin
70
72
```
You can’t perform that action at this time.
0 commit comments