recommendation and info about slides_advanced

This commit is contained in:
Mylloon 2024-02-01 15:35:08 +01:00
parent ccbac1d77c
commit 64219c1230
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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 <directory>`.
## Typescript
Copy and paste [`typescript/`](./typescript/) directory, and you should be good to go!