Skip to content

Commit 8584c55

Browse files
author
Cedric BAIL
committed
Add download link.
1 parent 974eef7 commit 8584c55

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ $ cd gotik
1818
$ fyne install
1919
```
2020

21+
## Installing from binary
22+
23+
Download the right binary for your computer [here](https://geoffrey-artefacts.fynelabs.com/github/Bluebugs/Bluebugs/gotik/latest/index.html)
24+
25+
### Running on macOS arm64 (M1/M2)
26+
27+
Binaries that are not signed with an official Apple certificate and downloaded from the web are put into quarantine by macOS (Apple computers with Intel CPUs do not exhibit this behavior). To solve this, you need to remove the quarantine attribute from the application (replacing <path to .app> with the application path):
28+
29+
xattr -r -d com.apple.quarantine <path to .app>
30+
31+
If this does not work, the amd64 binaries work fine through Rosetta.
32+
2133
## Contribution
2234

2335
This software is open source, feel free to contribute! Not just code, but reporting issues, suggesting ideas, improving documentation or marketing material.
@@ -26,4 +38,4 @@ An easy place to start contributing is in `routeros.go` which describe all the v
2638

2739
Currently only table view are implemented, but view with just information in labels should be straight forward to add along the same principle as for table. It might be good to start there before attempting to add support for actions.
2840

29-
An additional area of welcome improvements would be to add tests. Ideally it should be possible to emulate a defined routeros configuration and verify that the UI match it properly. It should be possible to control and modify the state of the router to verify the UI react appropriately.
41+
An additional area of welcome improvements would be to add tests. Ideally it should be possible to emulate a defined routeros configuration and verify that the UI match it properly. It should be possible to control and modify the state of the router to verify the UI react appropriately.

0 commit comments

Comments
 (0)