-
Notifications
You must be signed in to change notification settings - Fork 42
Add MacOS install documentation #3
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
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks for the PR. Please start sentences with capital letter, as well as use single ` for the path
README.md
Outdated
| make install | ||
| ``` | ||
|
|
||
| 2. update ``.zshrc`` - Add these lines to your ``~/.zshrc`` file: |
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.
or .bashrc for people with bash
README.md
Outdated
| export GOPRIVATE=github.com/InjectiveLabs/injective-core | ||
| ``` | ||
|
|
||
| 3. refresh your ``~/.zshrc`` file |
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.
again or bashrc
|
@gorgos take a look now. I could also add my install script which detects bash vs. zsh. |
gorgos
left a comment
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.
okay almost good now
README.md
Outdated
| 1. Build from source | ||
| ```bash | ||
| git clone https://github.com/OpenDeFiFoundation/injective-core.git | ||
| git clone https://github.com/InjectiveLabs/injective-core.git |
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.
No please change back. I meant just removing the other line
|
Should i add my MacOS install script? |
README.md
Outdated
| ```bash | ||
| export GOPATH=$HOME/go | ||
| export PATH=$PATH:$(go env GOPATH)/bin | ||
| export GOPRIVATE=github.com/OpenDeFiFoundation/injective-core |
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.
please remove this line
Morgandri1
left a comment
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.
Removed GOPRIVATE line
This PR adds full documentation about how to install Injectived on MacOS (apple silicon and intel) for uploading contracts to testnet as well as any other uses of injectived.
Fixes: