mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 17:05:47 +00:00
README format changed
This commit is contained in:
parent
04cad5cd8c
commit
a9de03edfb
|
@ -1,6 +1,6 @@
|
||||||
#Installation
|
# Installation
|
||||||
|
|
||||||
##Softwarerequirements
|
## Software requirements
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
- ruby >= 1.9.3
|
- ruby >= 1.9.3
|
||||||
|
@ -15,11 +15,10 @@
|
||||||
- XCode
|
- XCode
|
||||||
|
|
||||||
## Install unicorn
|
## Install unicorn
|
||||||
cd path_to_unicorn
|
* cd path_to_unicorn
|
||||||
./make.sh install
|
* ./make.sh install
|
||||||
|
|
||||||
## Install ruby binding
|
## Install ruby binding
|
||||||
cd bindings/ruby
|
* cd bindings/ruby
|
||||||
make install
|
* make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue