Skip to content

Commit

Permalink
[docs] Use modern Apt command to install package
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 authored and kradalby committed May 10, 2023
1 parent 9f38125 commit 3691017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-headscale-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configuration (`/etc/headscale/config.yaml`).

## Installation

1. Download the lastest Headscale package for your platform (`.deb` for Ubuntu and Debian) from [Headscale's releases page](https://github.com/juanfont/headscale/releases):
1. Download the latest Headscale package for your platform (`.deb` for Ubuntu and Debian) from [Headscale's releases page](https://github.com/juanfont/headscale/releases):

```shell
wget --output-document=headscale.deb \
Expand All @@ -30,7 +30,7 @@ wget --output-document=headscale.deb \
2. Install Headscale:

```shell
sudo dpkg --install headscale.deb
sudo apt install ./headscale.deb
```

3. Enable Headscale service, this will start Headscale at boot:
Expand Down

0 comments on commit 3691017

Please sign in to comment.