diff --git a/labs/shipped-cli-labs/1.md b/labs/shipped-cli-labs/1.md
index 89483d9..87bb47f 100644
--- a/labs/shipped-cli-labs/1.md
+++ b/labs/shipped-cli-labs/1.md
@@ -37,30 +37,28 @@ Shipped installation requires root or Administrator privileges.
### Linux
Copy the following command, paste it into a terminal window, and run it.
- curl -kL https://bintray.com/artifact/download/shippedrepos/shipped-install/linux/shipped-setup.sh | bash -s
+ curl https://api.ciscoshipped.io/cli/static/shipped-setup.sh | bash -s
### MacOS
Copy the following command, paste it into a terminal window, and run it.
- curl -kL https://bintray.com/artifact/download/shippedrepos/shipped-install/mac/shipped-setup.sh | bash -s
+ curl https://api.ciscoshipped.io/cli/static/shipped-setup.sh | bash -s
### Windows
+Copy the following command, paste it into a terminal window, and run it.
-1. Download shipped-install.exe and save it on your desktop.
+ powershell -command "& {(New-Object Net.WebClient).DownloadFile('https://api.ciscoshipped.io//cli/static/shipped-setup.bat', 'shipped-setup.bat')}; cmd /c '.\shipped-setup.bat'"
- https://bintray.com/artifact/download/shippedrepos/shipped-install/windows/shipped-install.exe
-1. Double-click *shipped-install.exe*, click **Run**.
-
- ![](posts/files/shipped-cli-labs/assets/cli-install-start.png)
+![](posts/files/shipped-cli-labs/assets/cli-install-start.png)
- It takes several minutes to complete the installation.
+It takes several minutes to complete the installation.
- ![](posts/files/shipped-cli-labs/assets/cli-install-end.png)
+![](posts/files/shipped-cli-labs/assets/cli-install-end.png)
-1. Press **Enter** to exit the installation.
+Press **Enter** to exit the installation.
## Verify
Open a command window, and type the following command to verify that the installation is successful.
diff --git a/labs/shipped-cli-labs/4.md b/labs/shipped-cli-labs/4.md
index 6b7bcf8..6984ec5 100644
--- a/labs/shipped-cli-labs/4.md
+++ b/labs/shipped-cli-labs/4.md
@@ -1,7 +1,5 @@
# Shipped - Commit and Build
-
-
On your local machine, you can review and modify a service's source code, and commit it to a GitHub repository. In addition, you can build and test a service in a VM that Shipped creates for your local machine. After making changes on your local machine, you need to commit and push them to the remote repository. Pushing changes to the remote GitHub repository automatically starts a build.
1. Issue a `local commit` command, and provide the names of the project and service to be committed, as well as an optional message.