[GH-ISSUE #9] Installation isn't working #6

Closed
opened 2026-02-25 23:33:14 +03:00 by kerem · 4 comments
Owner

Originally created by @deadcoder0904 on GitHub (Mar 1, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/9

I tried PR #8 instructions but it isn't working

I am a NodeJS developer but I know how to install with GoLang

So I installed Go with brew install go & go version gives me go version go1.10 darwin/amd64

Then I did go get github.com/RadhiFadlillah/shiori & when I try shiori it gives me zsh: command not found: shiori

Originally created by @deadcoder0904 on GitHub (Mar 1, 2018). Original GitHub issue: https://github.com/go-shiori/shiori/issues/9 I tried PR #8 instructions but it isn't working I am a `NodeJS` developer but I know how to install with `GoLang` So I installed `Go` with `brew install go` & `go version` gives me `go version go1.10 darwin/amd64` Then I did `go get github.com/RadhiFadlillah/shiori` & when I try `shiori` it gives me `zsh: command not found: shiori`
kerem closed this issue 2026-02-25 23:33:14 +03:00
Author
Owner

@deadcoder0904 commented on GitHub (Mar 1, 2018):

It installs it in ~/go/bin/shiori

<!-- gh-comment-id:369623341 --> @deadcoder0904 commented on GitHub (Mar 1, 2018): It installs it in `~/go/bin/shiori`
Author
Owner

@deadcoder0904 commented on GitHub (Mar 1, 2018):

Found solution from http://avi.im/blag/2016/install-go-sierra/

<!-- gh-comment-id:369625412 --> @deadcoder0904 commented on GitHub (Mar 1, 2018): Found solution from http://avi.im/blag/2016/install-go-sierra/
Author
Owner

@muesli commented on GitHub (Mar 1, 2018):

Just start the binary from there or add ~/go/bin to your $PATH.

<!-- gh-comment-id:369679998 --> @muesli commented on GitHub (Mar 1, 2018): Just start the binary from there or add ~/go/bin to your `$PATH`.
Author
Owner

@deadcoder0904 commented on GitHub (Mar 1, 2018):

Yep got it working. I thought brew install go does all the job of installing Go & adding to the $PATH but it doesn't add to the $PATH.

<!-- gh-comment-id:369697935 --> @deadcoder0904 commented on GitHub (Mar 1, 2018): Yep got it working. I thought `brew install go` does all the job of installing `Go` & adding to the `$PATH` but it doesn't add to the `$PATH`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#6
No description provided.