pinpox / base16-universal-manager

A universal manager to set base16 themes for any supported application
https://github.com/chriskempson/base16
MIT License
89 stars 20 forks source link

Clarify installation instructions #31

Closed lhanson closed 4 years ago

lhanson commented 4 years ago

As reported in issue #30, users may not have an existing $GOPATH/src on their system, and the name of the resulting executable referenced in the README was incorrect.

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #31   +/-   ##
=====================================
  Coverage     8.3%   8.3%           
=====================================
  Files           5      5           
  Lines         349    349           
=====================================
  Hits           29     29           
  Misses        315    315           
  Partials        5      5

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 fab0339...b284d94. Read the comment docs.

pinpox commented 4 years ago

Thanks!