Skip to content

Commit

Permalink
update URL to install repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 6, 2024
1 parent b68cceb commit 8d92e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/2.getting-started/1.prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ yum install git curl jq
You'll need to make sure you have `git` installed on your server. You'll then need to clone the Postal installation helper repository. This contains some bootstrapping config and other useful things which will speed along your installation.

```
git clone https://postalserver.io/start/install /opt/postal/install
git clone https://github.com/postalserver/install /opt/postal/install
sudo ln -s /opt/postal/install/bin/postal /usr/bin/postal
```

Expand Down
2 changes: 1 addition & 1 deletion content/2.getting-started/6.upgrade-to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ mv /usr/bin/postal /usr/bin/postal.v1
The next thing to do is to download the new Postal installation helpers repo and set up the new `postal` command.

```
git clone https://postalserver.io/start/install /opt/postal/install
git clone https://github.com/postalserver/install /opt/postal/install
sudo ln -s /opt/postal/install/bin/postal /usr/bin/postal
```

Expand Down

0 comments on commit 8d92e58

Please sign in to comment.