Skip to content

Commit 77c50cc

Browse files
committed
docs: Updated links for install-porter.md page
Signed-off-by: Steven Gettys <steven.gettys@gmail.com>
1 parent 55a0faa commit 77c50cc

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/content/docs/getting-started/install-porter.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ aliases:
1919
- [Customize the Installation Script](#install-script-parameters)
2020
- [Configure Command Completion](#command-completion)
2121

22-
# Install or Upgrade
22+
## Install or Upgrade
2323

2424
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.
2525
Set VERSION to the most recent [release] version number.
@@ -46,7 +46,7 @@ $VERSION="v1.0.14"
4646
.\install-porter.ps1
4747
```
4848

49-
## Running multiple versions
49+
### Running multiple versions
5050

5151
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.
5252

@@ -73,7 +73,7 @@ porter version
7373
[mailing list]: https://groups.io/g/porter
7474
[Slack]: /community/#slack
7575

76-
# Clean Install
76+
## Clean Install
7777

7878
To perform a clean installation of Porter:
7979

@@ -90,59 +90,59 @@ To perform a clean installation of Porter:
9090

9191
3. Install Porter following the instructions on this page.
9292

93-
# Latest
93+
## Latest
9494

9595
Install the most recent tagged v1 release of porter and the [exec mixin].
9696

97-
## Latest MacOS
97+
### Latest MacOS
9898

9999
```
100100
curl -L https://cdn.porter.sh/latest/install-mac.sh | bash
101101
```
102102

103-
## Latest Linux
103+
### Latest Linux
104104

105105
```
106106
curl -L https://cdn.porter.sh/latest/install-linux.sh | bash
107107
```
108108

109-
## Latest Windows
109+
### Latest Windows
110110

111111
You will need to create a [PowerShell Profile][ps-link] if you do not have one.
112112

113113
```
114114
iwr "https://cdn.porter.sh/latest/install-windows.ps1" -UseBasicParsing | iex
115115
```
116116

117-
# Canary
117+
## Canary
118118

119119
Install the most recent build of Porter and the [exec mixin] from the main branch.
120120

121121
This saves you the trouble of cloning and building porter and its mixin
122122
repositories yourself. The build may not be stable, but it will have new features
123123
that we are developing.
124124

125-
## Canary MacOS
125+
### Canary MacOS
126126

127127
```
128128
curl -L https://cdn.porter.sh/canary/install-mac.sh | bash
129129
```
130130

131-
## Canary Linux
131+
### Canary Linux
132132

133133
```
134134
curl -L https://cdn.porter.sh/canary/install-linux.sh | bash
135135
```
136136

137-
## Canary Windows
137+
### Canary Windows
138138

139139
You will need to create a [PowerShell Profile][ps-link] if you do not have one.
140140

141141
```
142142
iwr "https://cdn.porter.sh/canary/install-windows.ps1" -UseBasicParsing | iex
143143
```
144144

145-
# Mixins
145+
## Mixins
146146

147147
We have a number of [mixins](/mixins) to help you get started.
148148
Only the [exec mixin] is installed with Porter v1.0.0+, other mixins should be installed separately.
@@ -157,7 +157,7 @@ installed terraform mixin v1.0.0-rc.1 (090064b)
157157

158158
All the Porter-authored mixins are published to `https://cdn.porter.sh/mixins/atom.xml`.
159159

160-
# Plugins
160+
## Plugins
161161

162162
We have a couple [plugins](/plugins) which extend Porter and integrate with other cloud providers and software.
163163

@@ -173,11 +173,11 @@ All the Porter-authored plugins are published to `https://cdn.porter.sh/plugins/
173173

174174
[releases]: https://github.com/getporter/porter/releases
175175

176-
# Install Script Parameters
176+
## Install Script Parameters
177177

178178
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.
179179

180-
## PORTER_HOME
180+
### PORTER_HOME
181181

182182
Location where Porter is installed (defaults to ~/.porter).
183183

@@ -195,7 +195,7 @@ iwr REPLACE_WITH_INSTALL_URL -OutFile install-porter.ps1 -UseBasicParsing
195195
.\install-porter.ps1 -PORTER_HOME C:\alt\porter\home
196196
```
197197

198-
## PORTER_MIRROR
198+
### PORTER_MIRROR
199199

200200
Base URL where Porter assets, such as binaries and atom feeds, are downloaded.
201201
This lets you set up an internal mirror. Note that atom feeds and index files
@@ -239,7 +239,7 @@ plugins/
239239
- PLUGIN/PERMALINK/PLUGIN-GOOS-GOARCH[FILE_EXT]
240240
```
241241

242-
# Command Completion
242+
## Command Completion
243243

244244
Porter provides autocompletion support for Bash, Fish, Zsh, and PowerShell.
245245

0 commit comments

Comments
 (0)