8000 Fixing markdown in README.md by djfdat · Pull Request #482 · scottrice/Ice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fixing markdown in README.md #482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
![Example of Ice](ice-example.png "Example")

##Ice
# Ice

###Description
## Description

The purpose of this project is to leverage Steam's Big Picture mode to turn it into an emulator frontend (similar to Hyperspin). It accomplishes this by creating folders in specified locations on the user's hard drive, then adding any ROMs that are placed in these folders to Steam as non-Steam games. Emulators are installed and configured by the user before Ice is run.

###License
## License

All of my code is licensed under MIT.

###Getting Started
## Getting Started

Ice's official documentation is available at [Getting Started.](http://scottrice.github.io/Ice/getting-started/)

###Running the Source
## Running the Source

You will need Python 2.7 to run Ice. Python 3.0 and up will not work.

Expand All @@ -24,6 +24,6 @@ Next, you will need to download all of Ice's dependencies. To do so, run `python

Once all of that is finished, simply run `python -m ice` from the repository's root directory.

###Ice GUI
## Ice GUI

A GUI for Ice is currently being developed, but is very far from being production ready. As of writing, it is basically non-functional. Do not attempt to use the GUI, doing so will only bring you pain and heartache.
0