readme correction
This commit is contained in:
parent
b95c01116a
commit
579b5ed75b
@ -10,12 +10,10 @@ If you want to have a great time, you can try experimenting with it:
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Clone this repository, and run "cargo build".
|
To install the program, run `cargo install --path .` .
|
||||||
|
|
||||||
This currently builds the virtual machine, which can execute binary files, and an assembler which can turn text files into binary files.
|
This currently builds the virtual machine, which can execute binary files, and an assembler which can turn text files into binary files.
|
||||||
|
|
||||||
To install the program, run `cargo install --path .` .
|
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
`dekejit build <assemby_file> <output_file>` will read the provided `<assembly_file>` and write a binary file `<output_file>` which can be executed using `dekejit run <binary_file>`
|
`dekejit build <assemby_file> <output_file>` will read the provided `<assembly_file>` and write a binary file `<output_file>` which can be executed using `dekejit run <binary_file>`
|
||||||
|
Loading…
Reference in New Issue
Block a user