mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
various link fixes (#3049)
This commit is contained in:
parent
efd609f6ce
commit
f0843d6f44
6 changed files with 6 additions and 13 deletions
|
@ -86,7 +86,7 @@ services:
|
|||
|
||||
As a final touch, now that we've done all this work we might as well use our new development environment to write some real, actual code. And what better project is there than Pomerium? 😉
|
||||
|
||||
1. To build Pomerium, we must [install go](https://golang.org/doc/install) which is as simple as running the following commands in the [integrated terminal]:
|
||||
1. To build Pomerium, we must [install go](https://golang.org/doc/install) which is as simple as running the following commands in the [integrated terminal] :
|
||||
|
||||
```bash
|
||||
# install dependencies with apt
|
||||
|
@ -97,7 +97,7 @@ As a final touch, now that we've done all this work we might as well use our new
|
|||
sudo tar -C /usr/local -xzf go1.16.4.linux-amd64.tar.gz
|
||||
```
|
||||
|
||||
1. Add Go to our [PATH]:
|
||||
1. Add Go to our [PATH] :
|
||||
|
||||
```bash
|
||||
# add the following to $HOME/.bashrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue