From 92beca5f5651ff5dfb465bf68ad86045146e9135 Mon Sep 17 00:00:00 2001 From: Christian Claus Date: Thu, 12 Apr 2018 21:32:53 +0200 Subject: [PATCH] Some minor changes in readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8292950..bef3c02 100644 --- a/Readme.md +++ b/Readme.md @@ -28,7 +28,7 @@ It perfectly fits if you would like to give some people the possibility to uploa ## Configuration -The configuration is done in form of a yaml file. swd will scan the following locations for the presence of a `config.yaml` in the following order: +The configuration is done in form of a yaml file. _swd_ will scan the following locations for the presence of a `config.yaml` in the following order: - The directory `./config` - The directory `$HOME/.swd` @@ -98,7 +98,7 @@ There is no need to restart the server itself. The config file will be re-read a ### Binary installation -You can check out the releases page for the latest binaries or simply execute `go get -u github.com/micromata/swd` to install the binaries into your `$GOPATH/bin` directory. +You can check out the [releases page](https://github.com/micromata/swd/releases) for the latest precompiled binaries. ### Build from sources