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