diff options
author | mattn <mattn.jp@gmail.com> | 2013-03-15 23:01:23 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-03-15 23:01:23 +0900 |
commit | 869fc7ec3048129a83e37ed3aa5d523448dc6a97 (patch) | |
tree | 7ba85a3969a604342deebdd529e93e300ef6dfa1 | |
parent | Add FAQ about PKG_CONFIG_PATH (diff) | |
download | golite-869fc7ec3048129a83e37ed3aa5d523448dc6a97.tar.gz golite-869fc7ec3048129a83e37ed3aa5d523448dc6a97.tar.xz |
Fix typo
-rw-r--r-- | README.mkd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,8 +48,8 @@ FAQ * Can't build go-sqlite3. I got error of pkg-config. > Probably, you don't set PKG_CONFIG_PATH environment variable. - > Add to PKG_CONFIG_PATH=/path/to/pkgconfig - > Or do `export PKG_CONFIG_PATH=/path/to/pkgconfig`. + > Add PKG_CONFIG_PATH=/path/to/pkgconfig into your bashrc (something for + > your shell), Or do `export PKG_CONFIG_PATH=/path/to/pkgconfig` in bash. > See: https://github.com/mattn/go-sqlite3/issues/45 LICENSE |