You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples below use a hard-coded version of Porter. There may be a newer version available which you can check for on our [release] page.
25
25
Set VERSION to the most recent [release] version number.
@@ -46,7 +46,7 @@ $VERSION="v1.0.14"
46
46
.\install-porter.ps1
47
47
```
48
48
49
-
## Running multiple versions
49
+
###Running multiple versions
50
50
51
51
If you have multiple versions of Porter installed on the same machine, you can switch between then by setting the PORTER_HOME environment variable and adding the desired version of Porter to your PATH.
52
52
@@ -73,7 +73,7 @@ porter version
73
73
[mailing list]: https://groups.io/g/porter
74
74
[Slack]: /community/#slack
75
75
76
-
# Clean Install
76
+
##Clean Install
77
77
78
78
To perform a clean installation of Porter:
79
79
@@ -90,59 +90,59 @@ To perform a clean installation of Porter:
90
90
91
91
3. Install Porter following the instructions on this page.
92
92
93
-
# Latest
93
+
##Latest
94
94
95
95
Install the most recent tagged v1 release of porter and the [exec mixin].
The installation scripts provide the following parameters. Parameters can be specified with environment variables for the macOS and Linux scripts, and on Windows they are named parameters in the script.
179
179
180
-
## PORTER_HOME
180
+
###PORTER_HOME
181
181
182
182
Location where Porter is installed (defaults to ~/.porter).
0 commit comments