mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
Add cloning the the build steps
This commit is contained in:
parent
8734d64ebc
commit
f58ed110da
@ -162,10 +162,13 @@ invite you to open an issue first so we can explore the design space together.
|
|||||||
If you want to contribute and are wondering how everything works, also check out
|
If you want to contribute and are wondering how everything works, also check out
|
||||||
the [`ARCHITECTURE.md`][architecture] file. It explains how the compiler works.
|
the [`ARCHITECTURE.md`][architecture] file. It explains how the compiler works.
|
||||||
|
|
||||||
To build Typst yourself, you need to have the [latest stable Rust][rust]
|
To build Typst yourself, first ensure that you have the
|
||||||
installed. Then, you can build the CLI with the following command:
|
[latest stable Rust][rust] installed. Then, clone this repository and build the
|
||||||
|
CLI with the following commands:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
git clone https://github.com/typst/typst
|
||||||
|
cd typst
|
||||||
cargo build --release
|
cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user