Made install instructions more cross platform

This commit is contained in:
punkrockguy318 2008-08-03 00:58:29 +00:00
parent 96dce16bad
commit 8495f6d77a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
You can install gfceux with setup.py:
$ sudo ./setup.py install --prefix=/usr/local
$ sudo python setup.py install --prefix=/usr/local
You can change the prefix to whatever you like.