Skip to content

Commit

Permalink
Add convert discription to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpgr committed Sep 10, 2014
1 parent 44aafcf commit 9aa30c4
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,30 @@ Or install it yourself as:
### Show help

~~~bash
orenono h
$ orenono h
Commands:
orenono convert # Convert Brainf*ck default syntax to your Orenono...
orenono execute # Execute Brainf**k
orenono help [COMMAND] # Describe available commands or one specific command
orenono init # Generate Orenonofile template
orenono version # version

Options:
-h, [--help] # help message.
[--version] # version

~~~

### Generate Orenonofile

~~~bash
orenono init
$ orenono init
~~~

or

~~~bash
orenono i
$ orenono i
~~~

Orenonofile contents is...
Expand Down

0 comments on commit 9aa30c4

Please sign in to comment.