aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-17 13:28:31 +0700
committerShulhan <ms@kilabit.info>2022-08-17 13:28:31 +0700
commit4e45545e0832d9d3a8c0311a87d82e81d3684cbe (patch)
tree1c1a851164b64a25299d45befd5f9b8f31088c37 /README.md
parent8264f90320926adc99d1dcddb3ea0d0c135af083 (diff)
downloadhaminer-4e45545e0832d9d3a8c0311a87d82e81d3684cbe.tar.xz
all: move repository to git.sr.ht/~shulhan/haminer
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b05953b..bb90a3d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ This steps assume that you already installed `Go`, `git`, and `influxdb`.
Get the source code using git,
- $ git clone git@github.com:shuLhan/haminer.git
+ $ git clone https://git.sr.ht/~shulhan/haminer
$ cd haminer
$ make
@@ -32,11 +32,11 @@ The binary will be installed on `$GOPATH/bin/haminer`.
## Configuration
-`haminer` by default will load it's config from `/etc/haminer.conf`, if not
+haminer by default will load it's config from `/etc/haminer.conf`, if not
specified when running the program.
See
-`[haminer.conf](https://github.com/shuLhan/haminer/blob/master/cmd/haminer/haminer.conf)
+[haminer.conf](https://git.sr.ht/~shulhan/haminer/tree/main/item/cmd/haminer/haminer.conf)
for an example of possible configuration and their explanation.
@@ -53,7 +53,7 @@ example,
```
global
...
- log 127.0.0.1:5140 local3
+ log 127.0.0.1:5140 local3
...
```
@@ -71,4 +71,4 @@ Then reload or restart HAProxy.
$ $GOPATH/bin/haminer
or use a
-[systemd service](https://github.com/shuLhan/haminer/blob/master/cmd/haminer/haminer.service).
+[systemd service](https://git.sr.ht/~shulhan/haminer/tree/main/item/cmd/haminer/haminer.service).