From 01930d9717354932108c06fc00d8202001f19b53 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Tue, 6 Aug 2024 21:55:10 +0100 Subject: [PATCH] fix(docs): provide needed info and fix command --- .github/README.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/README.org b/.github/README.org index df63bda..ddbc601 100644 --- a/.github/README.org +++ b/.github/README.org @@ -14,8 +14,14 @@ So here I am, now learning rust with a cowsay close based off of a Deltarune cha Install Rust and Cargo, a common way of doing this is with the rustup toolchain. Once you have installed Cargo, build it by running the below command: + #+BEGIN_SRC % cargo build --release - % ./target/release/ralsay-rs + % ./target/release/ralsay-rs "Hello, world! #+END_SRC + +And you will be met with Ralsei repeating what you said. + +----- + #+html: