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

Update README installation instructions #895

Merged
merged 5 commits into from Jun 25, 2021
Merged

Update README installation instructions #895

merged 5 commits into from Jun 25, 2021

Conversation

synzhu
Copy link
Contributor

@synzhu synzhu commented Jun 24, 2021

Had a bit of trouble with the initial install few days ago, added a step to the README to make the environment variable setup more explicit.

Had a bit of trouble with the initial install few days ago, added a step to the README to make the environment variable setup more explicit.
@codecov-commenter
Copy link

Codecov Report

Merging #895 (5f5ad58) into master (9b26087) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #895      +/-   ##
==========================================
+ Coverage   56.89%   56.91%   +0.02%     
==========================================
  Files         429      429              
  Lines       25635    25635              
==========================================
+ Hits        14584    14591       +7     
+ Misses       9079     9074       -5     
+ Partials     1972     1970       -2     
Flag Coverage Δ
unittests 56.91% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/util/ledger/migrations/storage_v4.go 42.16% <0.00%> (+0.60%) ⬆️
engine/execution/ingestion/engine.go 57.46% <0.00%> (+1.13%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b26087...5f5ad58. Read the comment docs.

@vishalchangrani
Copy link
Contributor

Adding more reviewers (you need a minimum of two to merge)

README.md Outdated Show resolved Hide resolved
- Make sure the `GOPATH` and `GOBIN` environment variables are set, and `GOBIN` is added to your path:

```bash
export GOPATH=$(go env GOPATH)
Copy link
Member

Choose a reason for hiding this comment

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

This will work the first run, but in general I think they will need to add this to their shell profile so it is persisted. Maybe we can add a note to do that as well and link to the docs

@synzhu synzhu merged commit 54367bd into master Jun 25, 2021
@synzhu synzhu deleted the smnzhu-patch-1 branch June 25, 2021 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants