readme correction

This commit is contained in:
raphy 2024-02-12 21:13:39 +01:00
parent b95c01116a
commit 579b5ed75b
Signed by: Wintermute
GPG Key ID: 2987BB662DB3120B

View File

@ -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>`