docs: Improve comment on Clear article.

This commit is contained in:
Bradley Sepos 2019-10-03 21:43:31 -04:00
parent be5aa5ba9d
commit 8d1302d9f2
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -78,7 +78,7 @@ Build and install the dependencies not available in the base repository.
sudo make install
cd ..
# make deps available
# make shared libraries findable
export CFLAGS="${CFLAGS:-} -I/usr/local/include"
export LDFLAGS="${LDFLAGS:-} -L/usr/local/lib"
echo 'export CFLAGS="${CFLAGS:-} -I/usr/local/include"' >> "${HOME}/.bashrc"