From 64219c1230c2232c73caca27d54600276149508b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 1 Feb 2024 15:35:08 +0100 Subject: [PATCH] recommendation and info about slides_advanced --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 677b002..ec2bcb8 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ and you should be good to go! - **Run `make` to compile the document.** - **Run `make clean` to clean artifacts.** -> It is by default configured to output `slides.pdf`. +> It is by default configured to build `slides.tex` and output `slides.pdf`. +> There is a more advanced file with more examples named `slides_advanced.tex`. ## Python @@ -80,6 +81,9 @@ Copy and paste [`ocaml/`](./ocaml/) directory, and you should be good to go! > (uri https://dev.example.com/project.git)) > ``` +> It's recommended to have this one as a "working example", and still create +> new projects via `dune init proj`. + ## Rust Copy and paste [`rust/`](./rust/) directory, and you should be good to go! @@ -87,6 +91,9 @@ Copy and paste [`rust/`](./rust/) directory, and you should be good to go! - Remember to change values in the [`Cargo.toml`](./rust/Cargo.toml). - **Run `cargo run` to run the program.** +> It's recommended to have this one as a "working example", and still create +> new projects via `cargo new `. + ## Typescript Copy and paste [`typescript/`](./typescript/) directory, and you should be good to go!