From 579b5ed75b12b0091750334eebef9538003bea4a Mon Sep 17 00:00:00 2001 From: raphy Date: Mon, 12 Feb 2024 21:13:39 +0100 Subject: [PATCH] readme correction --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 `