From 802674b4fc2167ab610c9277ca8757c5fee5f070 Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Wed, 15 Jan 2025 11:19:22 +0100 Subject: [PATCH] chore: twinroom executable path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b6e9a1..d3d59fd 100644 --- a/README.md +++ b/README.md @@ -54,20 +54,20 @@ If you want to list only embedded files in the contracts folder, simply run: To execute a specific slangroom file, use the following command: ```bash -out/bin/./twinroom +./out/bin/twinroom ``` If the file is embedded in the `contracts` folder , you can also run it directly by providing just the filename: ```bash -out/bin/./twinroom +./out/bin/twinroom ``` Or if it is in a subdir of `contracts`: ```bash -out/bin/./twinroom +./out/bin/twinroom ``` ### Daemon Mode