Skip to content

Commit 514ff18

Browse files
authored
Fix some mistakes in the README.md
1 parent 361145b commit 514ff18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
## Running Pynx on your Switch
66

7-
You don't have to compile Pynx, you can [just grab a release build](https://github.com/nx-python/Pynx/releases) and copy the content of the ZIP archive into the `/switch/apps` folder on your SD card. Pynx will appear on the Homebrew Menu.
7+
You don't have to compile Pynx, you can [just grab a release build](https://github.com/nx-python/Pynx/releases) and copy the content of the ZIP archive into the `/switch` folder on your SD card. Pynx will appear on the Homebrew Menu.
88

99
## Compiling Pynx
1010

11-
Make sure you have Python 2.7.12 64-bit installed on your system. Compile Pynx using `make`. This will create a `Pynx` directory and build everything in there. Compiling might take a while, grab a coffee or whatever in the meantime if you like. When it's done compiling, you'll have a Pynx folder that is ready to be moved into `/switch/apps`. If you want to, you can create a distributable ZIP archive using `make dist` afterwards.
11+
Compile Pynx using `make`. This will create a `Pynx` directory and build everything in there. Compiling might take a while, grab a coffee or whatever in the meantime if you like. Afterwards, create a distributable version using `make dist`. It will appear in the `build` directory.
1212

1313
## Having an issue?
1414

15-
If you encounter a problem, make sure to [join our Discord](https://discord.gg/avvJQEf) and tell us about it, or, alternatively, you can use GitHub's [issue tracker](https://github.com/nx-python/Pynx/issues) to report an issue.
15+
If you encounter a problem, make sure to [join our Discord](https://discord.gg/5Ga2Whf) and tell us about it, or, alternatively, you can use GitHub's [issue tracker](https://github.com/nx-python/Pynx/issues) to report an issue.

0 commit comments

Comments
 (0)