[ci-base] linguist-vendor more

This commit is contained in:
Alexander Wang 2022-11-14 23:14:21 -08:00
parent bded5b13fa
commit f64ed4981e
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
2 changed files with 2 additions and 2 deletions

1
.gitattributes vendored
View file

@ -1,2 +1,3 @@
d2layouts/d2dagrelayout/dagre.js linguist-vendored
d2layouts/d2elklayout/elk.js linguist-vendored
d2renderers/d2svg/github-markdown.css linguist-vendored

View file

@ -61,8 +61,7 @@ A browser window will open with `out.svg` and live-reload on changes to `in.d2`.
### Install script
The recommended way to install is to run our install script, which will figure out the
best way to install based on your machine. E.g. if D2 is available through a package
manager installed, it will use that package manager.
best way to install based on your machine.
```sh
# With --dryrun the install script will print the commands it will use