How do I install or compile Shiori on macOS with macOS (no cross-compiling) #359
Answered
by
fmartingr
YousufSSyed
asked this question in
Q&A
-
I tried the following:
This is what outputted in case it helps:
The Go version is 1.16.6. Honestly, I'm not really sure how to do it. |
Beta Was this translation helpful? Give feedback.
Answered by
fmartingr
Feb 10, 2022
Replies: 2 comments
-
It is recommended that you clone it and compile it yourself |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try to install using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YousufSSyed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to install using
go install github.com/go-shiori/shiori@latest
, either way as @kalifun is recommended to build directly from source or get a binary from the releases directly, we are working on this.