kimwalisch/primecount

Enhance code sections in README.md

kimwalisch opened this issue · 1 comments

Instead of:

$ ./configure
$ make
$ sudo make install

Use:

./configure
make
sudo make install

The rationale of this change is to make copy - pasting more convenient.

Done.