From 8604b276846b1c6d065950e183e43acf5308754e Mon Sep 17 00:00:00 2001 From: sepalani Date: Mon, 26 Oct 2015 21:48:59 +0100 Subject: [PATCH] Update README dependencies --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index aa1ffae..607816d 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,18 @@ A Nintendo DS and Wii online multiplayer server emulator. [Usage Instructions](https://github.com/polaris-/dwc_network_server_emulator/wiki) | [Partial Compatibilty List](https://github.com/polaris-/dwc_network_server_emulator/wiki/Compatibility) | [Available Content](https://github.com/polaris-/dwc_network_server_emulator/wiki/Nintendo-DS-Download-Content) -## WANTED: More programmers! +WANTED: More programmers! +------------------------- Whether it's to add new features or clean up existing code, we could always use the additional help. Check the bug tracker or ask another developers in #altwfc @ irc.rizon.net to see what bugs need to be fixed. Open source projects referenced during the creation of this project: [OpenSpy Core](https://github.com/sfcspanky/Openspy-Core/) | [Luigi Auriemma's Gslist and enctypex_decoder](http://aluigi.altervista.org/papers.htm) Instructions for setting up your own server can be found [here](https://github.com/polaris-/dwc_network_server_emulator/wiki/Setting-up-a-server-from-a-fresh-installation-of-Linux). -##Requirements: - - Python 2.7 - Twisted - zope.interface (Twisted dependency) - pywin32 (Twisted dependency) - Apache (or your favorite httpd) - PHP5 +Requirements: +------------- + - Python 2.7 + - Twisted + - zope.interface + - pywin32 (for Windows users only) + - Apache (or your favorite httpd)