Skip to content

Commit 17bb2ff

Browse files
author
jmunoz
committed
Added sudo to install command, and using real file name
1 parent e08bd1e commit 17bb2ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Clone this repo into your computer, then:
4848
.. code-block:: shell
4949
5050
cd pyNES
51-
python setup.py install
51+
sudo python setup.py install
5252
5353
5454
Examples
@@ -58,9 +58,9 @@ Inside ``pynes/examples`` you'll find a set of examples. Compile them with:
5858

5959
.. code-block:: shell
6060
61-
pynes py example_file_name.py -o whatever.nes
61+
pynes py helloworld.py -o helloworld.nes
6262
63-
Now you can open whatever.nes
63+
Now you can open helloworld.nes
6464

6565
[1] Read "That's not all" at the end
6666

0 commit comments

Comments
 (0)