From 7a994ae231968c3e3fc4e5e6317fe8d2148b27f1 Mon Sep 17 00:00:00 2001 From: revelaction <96388231+revelaction@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:44:54 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a46135a..a7604a6 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,15 @@ If your system has a supported version of Go, you can build from source ## Dependencies - sudo apt-get -y install pkg-config libpcsclite-dev libpcsclite1 pcscd pcsc-tools build-essential pkg-config +```console +sudo apt-get -y install pkg-config libpcsclite-dev libpcsclite1 pcscd pcsc-tools build-essential pkg-config +``` ## privage - - go install github.com/revelaction/privage/cmd...@v0.8.2-beta + +```console + go install github.com/revelaction/privage/cmd...@v0.8.2-beta +``` # Usage