From b7a644f600682996ce7a6fe692b1f4bda577b4ea Mon Sep 17 00:00:00 2001 From: Gabor Boros Date: Wed, 20 Oct 2021 07:59:35 +0200 Subject: [PATCH] docs: change installation instructions --- README.md | 2 +- www/docs/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99844f0..69aa4d6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Based on the nature of the project, prerequisites depending on what tools you ar ### Installation -To install `minutes`, use one of the [release artifacts](https://github.com/gabor-boros/minutes/releases). If you have `go` installed, you can simply run `go install github.com/gabor-boros/minutes@latest` as well. +To install `minutes`, use one of the [release artifacts](https://github.com/gabor-boros/minutes/releases). If you have `go` installed, you can build from source as well. `minutes` has numerous flags and there will be more when other sources or targets are added. Therefore, `minutes` comes with a config file, that can be placed to the user's home directory or the config directory. diff --git a/www/docs/getting-started.md b/www/docs/getting-started.md index e3b69aa..c4eb537 100644 --- a/www/docs/getting-started.md +++ b/www/docs/getting-started.md @@ -4,7 +4,7 @@ This guide show you the basics `minutes`, walks through the available flags, and ## Installation -To install `minutes`, use one of the [release artifacts](https://github.com/gabor-boros/minutes/releases). If you have `go` installed, you can simply run `go install github.com/gabor-boros/minutes@latest` as well. +To install `minutes`, use one of the [release artifacts](https://github.com/gabor-boros/minutes/releases). If you have `go` installed, you can build from source as well. `minutes` has numerous flags and there will be more when other sources or targets are added. Therefore, `minutes` comes with a config file, that can be placed to the user's home directory or the config directory.