fix links and format

This commit is contained in:
Dennis Brown 2017-03-30 00:18:39 -05:00
parent ed18056cf8
commit e547439170
1 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@ What would make it even easier is having your own Desktop 6502 Simulator to use.
I went ahead and did exactly that. While I am not finished it is usable, and I plan to do whatever I can to I went ahead and did exactly that. While I am not finished it is usable, and I plan to do whatever I can to
make it a great desktop app in the near future. make it a great desktop app in the near future.
![Alt text](/assets/6502Desktop_SS.png "6502Desktop on OSX") ![6502 Desktop Simulator](/assets/6502Desktop_SS.png "6502Desktop on OSX")
# Getting Started # Getting Started
@ -15,7 +15,7 @@ make it a great desktop app in the near future.
## Binary Downloads ## Binary Downloads
![OSX Build 0.3.7](https://github.com/3DEsprit/6502SimDesktop/releases/download/0.3.7/6502Desktop-OSX_0.3.7.zip "OSX Build 0.3.7") [OSX Build 0.3.7](https://github.com/3DEsprit/6502SimDesktop/releases/download/0.3.7/6502Desktop-OSX_0.3.7.zip)
## Install Manually ## Install Manually
@ -24,11 +24,11 @@ _If there is not a build for your OS or if you would like to compile from source
First things first, clone the repository by downloading with the Green Download button above, or cloning on your system. First things first, clone the repository by downloading with the Green Download button above, or cloning on your system.
`git clone https://github.com/3DEsprit/6502SimDesktop.git`
*git clone https://github.com/3DEsprit/6502SimDesktop.git* `yarn install` (or `npm install` without [Yarn](https://github.com/yarnpkg/yarn))
If you have Yarn installed: *yarn install*
Or without Yarn: *npm install* `npm start`
*npm start*
Have fun! Have fun!
@ -42,6 +42,7 @@ Have fun!
* Create Snazzy Icon (In process) * Create Snazzy Icon (In process)
* Test on Windows/Linux * Test on Windows/Linux
* Build Packages for Win/Linux Platforms * Build Packages for Win/Linux Platforms
* ~~Reactive CSS with the window size~~
* Make the the sim integration more desktop-ish *In Progress*. * Make the the sim integration more desktop-ish *In Progress*.
* Various Colored Themes * Various Colored Themes
* Look at options to offer on Mac App Store, and Windows App Store * Look at options to offer on Mac App Store, and Windows App Store