mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 11:48:16 +00:00
README format changed
This commit is contained in:
parent
80b2f45178
commit
04cad5cd8c
1 changed files with 4 additions and 4 deletions
|
@ -15,11 +15,11 @@
|
|||
- 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