From 867ea7114452fbee4240cd3bd46684c1c42d4556 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Thu, 3 Aug 2023 11:21:43 +0800 Subject: [PATCH] Improve README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d1edc6..8d8d4b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

## Development @@ -8,9 +8,9 @@ The following packages will be required to build depending on your environment: -- Cargo -- openconnect-devel (containing `openconnect.h`) -- pnpm +- [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) +- [pnpm](https://pnpm.io/installation) +- openconnect-devel (containing `openconnect.h`): `sudo apt install libopenconnect-dev` or `sudo yum install openconnect-devel` ### Build the service