recommendation and info about slides_advanced
This commit is contained in:
parent
ccbac1d77c
commit
64219c1230
1 changed files with 8 additions and 1 deletions
|
@ -51,7 +51,8 @@ and you should be good to go!
|
||||||
- **Run `make` to compile the document.**
|
- **Run `make` to compile the document.**
|
||||||
- **Run `make clean` to clean artifacts.**
|
- **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
|
## 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))
|
> (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
|
## Rust
|
||||||
|
|
||||||
Copy and paste [`rust/`](./rust/) directory, and you should be good to go!
|
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).
|
- Remember to change values in the [`Cargo.toml`](./rust/Cargo.toml).
|
||||||
- **Run `cargo run` to run the program.**
|
- **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
|
## Typescript
|
||||||
|
|
||||||
Copy and paste [`typescript/`](./typescript/) directory, and you should be good to go!
|
Copy and paste [`typescript/`](./typescript/) directory, and you should be good to go!
|
||||||
|
|
Loading…
Reference in a new issue