Merge pull request #408 from officialcjunior/ruby-readme
Add Ruby to the rz-pipe's list of supported languages on the README ##docs
This commit is contained in:
parent
7e7f4ce444
commit
4d01f3c7f6
2 changed files with 9 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# How to report issues
|
||||
|
||||
Before reporting an issue with GitHub, be sure that:
|
||||
* you are using the latest released version of Rizin or the latest git version
|
||||
* you are using a clean installation
|
||||
* the issue was not already reported
|
||||
* You are using the latest released version of Rizin or the latest git version
|
||||
* You are using a clean installation
|
||||
* The issue was not already reported
|
||||
|
||||
When the above conditions are satisfied, feel free to submit an issue while
|
||||
trying to be as precise as possible. If you can, provide the problematic binary,
|
||||
|
|
@ -56,7 +56,7 @@ $ git rebase -i dev
|
|||
```
|
||||
Follow git instructions when conflicts arise.
|
||||
|
||||
#### Step 5: publish your updated local branch.
|
||||
#### Step 5: Publish your updated local branch.
|
||||
```sh
|
||||
$ git push -f
|
||||
```
|
||||
|
|
|
|||
|
|
@ -88,15 +88,16 @@ Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs.
|
|||
|
||||
## Scripting
|
||||
|
||||
We provide a way to interact with Rizin from Python/Haskell/OCaml languages
|
||||
through [rzpipe](https://github.com/rizinorg/rz-pipe). Other languages
|
||||
although not currently supported could be easily added.
|
||||
We provide a way to interact with Rizin from Python, Haskell, OCaml,
|
||||
Ruby, Rust, and Go languages through [rzpipe](https://github.com/rizinorg/rz-pipe).
|
||||
Other languages although not currently supported could be easily added.
|
||||
|
||||
# Community
|
||||
|
||||
Our website and blog: [https://www.rizin.re/](https://www.rizin.re/)
|
||||
|
||||
Join our [Mattermost](https://im.rizin.re) community to discuss Rizin, its development, and general topics related to the project.
|
||||
Join our [Mattermost](https://im.rizin.re) community to discuss Rizin, its
|
||||
development, and general topics related to the project.
|
||||
|
||||
We also provide the following partial bridges to other messaging platforms:
|
||||
- [Telegram](https://t.me/rizinorg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue