fix(docs): provide needed info and fix command
This commit is contained in:
parent
366f9cd2d6
commit
01930d9717
1 changed files with 7 additions and 1 deletions
8
.github/README.org
vendored
8
.github/README.org
vendored
|
@ -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.
|
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:
|
Once you have installed Cargo, build it by running the below command:
|
||||||
|
|
||||||
#+BEGIN_SRC
|
#+BEGIN_SRC
|
||||||
% cargo build --release
|
% cargo build --release
|
||||||
% ./target/release/ralsay-rs
|
% ./target/release/ralsay-rs "Hello, world!
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
And you will be met with Ralsei repeating what you said.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
#+html: <div align="right"><img src="media/ralsei.png" height="72"></img></div>
|
#+html: <div align="right"><img src="media/ralsei.png" height="72"></img></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue