mirror of
https://gitlab.melroy.org/melroy/fediresolve.git
synced 2025-06-07 20:08:57 +00:00
Small readme update regarding go install
This commit is contained in:
parent
9d787d3115
commit
c7828633c8
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ cd fediresolve
|
||||||
go build
|
go build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Optionally, install the binary by executing: `go install`
|
||||||
|
|
||||||
|
Which depending on the OS installs to the installation directory, under Linux that is: `$HOME/go/bin`.
|
||||||
|
Be sure to add `$HOME/go/bin` path to your `$PATH` in your shell, [more info](https://go.dev/doc/tutorial/compile-install).
|
||||||
|
|
||||||
|
Once installed (assuming the `$HOME/go/bin` path is in your `$PATH`) you can just execute the `fediresolve` binary without `./` of course.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Basic usage
|
### Basic usage
|
||||||
|
|
Loading…
Add table
Reference in a new issue