diff --git a/doc/build-unix.txt b/doc/build-unix.txt index 0c4e88e52..81e814fa3 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -15,10 +15,9 @@ To Build cd src/ -make -f makefile.unix # Bitcoin with wxWidgets GUI - or -make -f makefile.unix bitcoind # Headless bitcoin +make # Namecoin with Qt GUI +make namecoind # Headless namecoin Dependencies ------------