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!