Tune to self-explain variable name in build instruction

This commit is contained in:
LordBlick 2015-09-20 15:25:54 +02:00
parent a4b934cf79
commit 127118b646
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ principles for KiCad.
== How to install
```
$ cd kicad-i18n
$ _PWD=$(pwd)
$ BUILD_SRC=$(pwd)
$ mkdir -p ~/tmp/kicad-i18n-build
$ cd ~/tmp/kicad-i18n-build
$ cmake ${_PWD}
$ cmake ${BUILD_SRC}
$ make
$ make install
$ cd ..