Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 429 Bytes

15-porter-installation.md

File metadata and controls

20 lines (14 loc) · 429 Bytes

Install Porter

Porter requires duffle, so make sure you have duffle installed.

MacOS

curl https://deislabs.blob.core.windows.net/porter/latest/install-mac.sh | bash

Linux

curl https://deislabs.blob.core.windows.net/porter/latest/install-linux.sh | bash

Windows

iwr ‘https://deislabs.blob.core.windows.net/porter/latest/install-windows.ps1' -UseBasicParsing | iex