diff --git a/README.md b/README.md index 6a8e806..d4ed5bd 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,10 @@ If you want to have a great time, you can try experimenting with it: ### 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. -To install the program, run `cargo install --path .` . - ### Usage `dekejit build ` will read the provided `` and write a binary file `` which can be executed using `dekejit run `