Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Updated compile/build information for macOS and Linux #691

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ On Windows, you can simply set the `PATH` by using the advanced system settings.

## Building From Source

Shiori uses Go module so make sure you have version of `go >= 1.14.1` installed, then run:
Shiori uses Go module so make sure you have version of `go >= 1.14.1` installed. In the cloned git repository run:

```
go get -u -v github.com/go-shiori/shiori
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to just switch this command to go install github.com/go-shiori/shiori, right? That will build and install the command from source directly without cloning the repository (which is what the old documentaton wanted to achieve I guess).

What do you think?

go build
```

## Using Docker Image
Expand Down