From 0a55ff40235b6b13245df1172cf147d6c2e956e4 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 16 Jan 2023 18:31:29 -0800 Subject: [PATCH] Update 'Home' --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index b3cc35c..7c1141b 100644 --- a/Home.md +++ b/Home.md @@ -13,13 +13,13 @@ A. Yes. # Installation -### From AUR: +### From AUR To install from the aur you can run the following command:```yay -S gospt``` If you would like to always have the most recent git version: ```yay -S gospt-git``` -### From Source: +### From Source To build from source a Makefile is provided: @@ -32,7 +32,7 @@ If the make file doesn't work for you: Then copy the built gospt binary to your $PATH -#### Completions: +#### Completions ```gospt completion bash/zsh/fish```