From 2d5d4c7ab9e08b896957743df684fa387d476726 Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Tue, 3 Oct 2023 17:08:48 +0200 Subject: Add installation instructions to README --- README | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README b/README index 7358a43..6b9d2f8 100644 --- a/README +++ b/README @@ -12,7 +12,25 @@ my own domain (go.nc0.fr) and imported via go.nc0.fr/foo. Getting started --------------- -TODO +You can install SVGU via Homebrew, using the Go toolchain, or compiling from +sources. + +Homebrew: + + $ brew install nc0fr/nc0/svgu + +Go: + + $ go install go.nc0.fr/svgu@latest + +Compiling from sources (requires Go, Git and Make): + + $ git clone https://github.com/nc0fr/svgu.git + $ cd svgu + $ make + +Please refer to the online documentation (https://svgu.nc0.fr) for more +information. License ------- -- cgit v1.2.3