Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Rising Thunder Community Editon
# Rising Thunder Community Edition
Open Rising Thunder open server implementation

## Getting Started

This should get you going:
1. Install the latest version of Python 2.x
2. Install the following dependecies: tornado, grpc, protobuf. I prefer to use pip (i.e. `pip install tornado, grpc, protobuf`), but whatever floats your boat.
2. Install the following dependencies: tornado, grpc, protobuf. I prefer to use pip (i.e. `pip install tornado, grpc, protobuf`), but whatever floats your boat.
3. Run the server via `python rtd.py`

## Guided Tour
Expand Down