4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-26 16:29:25 +00:00

Use bigger headings

This commit is contained in:
Neil Alexander
2019-03-15 17:44:04 +00:00
parent 6447dde136
commit 6365731e11
7 changed files with 24 additions and 24 deletions

View File

@ -12,7 +12,7 @@ Perform installation steps over SSH by connecting to the EdgeRouter as the
`ubnt` user, e.g. `ssh ubnt@192.168.1.1`, or another admin-level user if
configured.
### Package install from an Aptitude repository
## Package install from an Aptitude repository
Start by adding the GPG key:
```
@ -41,7 +41,7 @@ sudo apt-get update
sudo apt-get upgrade
```
### One-off package install from CircleCI
## One-off package install from CircleCI
If you do not want to configure the repository above, you can perform a one-off
installation by [downloading the latest vyatta-yggdrasil `.deb`
@ -51,7 +51,7 @@ curl -O https://xx-xxxxxxxxx-gh.circle-artifacts.com/x/vyatta-yggdrasil-x.x.xxx-
sudo dpkg -i vyatta-yggdrasil-x.x.xxx-mipsel.deb
```
### After installation
## After installation
Read the [EdgeRouter platform page](platform-edgerouter.md) page for information
on how to configure Yggdrasil and guidance on modifying the configuration.