-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installation instructions #146
base: master
Are you sure you want to change the base?
Conversation
Added installation section. Added MacOS installation instructions
@@ -53,6 +53,14 @@ Usage: relation-graph [options] | |||
Set log level to INFO | |||
``` | |||
|
|||
## Installation | |||
### MacOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really install things on Linux this way, but I imagine it's similar. Not sure how to do installation of this sort on Windows, though.
README.md
Outdated
### MacOS | ||
1. Download `relation-graph-cli-*.tgz` [latest release](https://github.com/balhoff/relation-graph/releases/latest). | ||
2. Unzip `relation-graph-cli-*.tgz`. | ||
3. From within the unzipped folder, run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if there's a more sophisticated way to do this, but this is what I did.
@matentzn FYI |
Updates