2022-11-21 09:33:20AM
This commit is contained in:
parent
c5ae5fa6e7
commit
2568b6d534
1 changed files with 3 additions and 3 deletions
|
|
@ -62,15 +62,15 @@ The easiest way to install is with our install script:
|
||||||
curl -fsSL https://d2lang.com/install.sh | sh -s --
|
curl -fsSL https://d2lang.com/install.sh | sh -s --
|
||||||
```
|
```
|
||||||
|
|
||||||
For detailed installation docs, with alternative methods and examples for each OS, see
|
|
||||||
[./docs/INSTALL.md](./docs/INSTALL.md).
|
|
||||||
|
|
||||||
To uninstall:
|
To uninstall:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://d2lang.com/install.sh | sh -s -- --uninstall
|
curl -fsSL https://d2lang.com/install.sh | sh -s -- --uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For detailed installation docs, with alternative methods and examples for each OS, see
|
||||||
|
[./docs/INSTALL.md](./docs/INSTALL.md).
|
||||||
|
|
||||||
## D2 as a library
|
## D2 as a library
|
||||||
|
|
||||||
In addition to being a runnable CLI tool, D2 can also be used to produce diagrams from
|
In addition to being a runnable CLI tool, D2 can also be used to produce diagrams from
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue