Skip to content

Commit

Permalink
updated readme before merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jan 24, 2019
1 parent fec77cb commit 56ca4da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![MIT](https://img.shields.io/packagist/l/doctrine/orm.svg?maxAge=2592000?style=plastic)](https://github.com/hugsy/cemu/blob/master/LICENSE) [![IRC](https://img.shields.io/badge/freenode-%23%23cemu-yellowgreen.svg)](https://webchat.freenode.net/?channels=##cemu) [![Python-Version](https://img.shields.io/pypi/pyversions/cemu.svg)](https://pypi.python.org/pypi/cemu) [![PyPi-Version](https://img.shields.io/pypi/v/cemu.svg)](https://pypi.python.org/pypi/cemu)

![cemu-linux](https://i.imgur.com/Imuxb1q.png)
![cemu-linux](https://i.imgur.com/7DI6BxR.png)

## Description ##

Expand Down Expand Up @@ -81,7 +81,7 @@ $ sudo ln -sf /path/to/libkeystone.so/found/above /usr/local/lib/libkeystone.so
If you are using OSX, I would highly recommand installing Capstone engine directly using `brew.sh` command instead of `pip`, as its version seems more up-to-date than the one on PyPI. Doing so, the installation should work out of the box:

```bash
$ brew install capstone
$ brew install capstone
$ pip3 install -U cemu
```

Expand All @@ -93,7 +93,7 @@ The fastest way for Windows is to install the packaged binaries for:
- Including the [Microsoft VC++ runtime library](https://www.microsoft.com/en-gb/download/details.aspx?id=40784)
- Capstone (http://www.capstone-engine.org/download/)
- Unicorn (http://www.unicorn-engine.org/download/)


Then spawn `cmd.exe` and install the missing Python packages using `pip`:

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CEMU

|MIT| |Python 2 & 3| |IRC|

.. figure:: https://i.imgur.com/1vep3WM.png
.. figure:: https://i.imgur.com/7DI6BxR.png
:alt: cemu-linux

cemu-linux
Expand Down

0 comments on commit 56ca4da

Please sign in to comment.