mirror of
https://gitlab.melroy.org/melroy/fediresolve.git
synced 2025-06-28 06:08:56 +00:00
Compare commits
No commits in common. "main" and "1.2" have entirely different histories.
1 changed files with 2 additions and 6 deletions
|
@ -34,13 +34,9 @@ cd fediresolve
|
|||
go build
|
||||
```
|
||||
|
||||
Optionally, install the binary by executing:
|
||||
Optionally, install the binary by executing: `go install`
|
||||
|
||||
```bash
|
||||
go install
|
||||
```
|
||||
|
||||
Which depending on the OS installs to the installation directory, under Linux that would be: `$HOME/go/bin`.
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue