d2/ci/release/template
2022-11-13 22:49:46 -08:00
..
scripts 2022-11-12 02:19:09pm 2022-11-13 22:49:46 -08:00
LICENSE.txt ci/release: Checkpoint 2022-11-13 22:49:45 -08:00
Makefile ci/release: Checkpoint 2022-11-13 22:49:45 -08:00
README.md.sh 2022-11-12 02:19:09pm 2022-11-13 22:49:46 -08:00

#!/bin/sh
set -eu

cat <<EOF
# d2

For docs, more installation options and the source code see https://oss.terrastruct.com/d2

version: $VERSION

## Install

\`\`\`sh
make install PREFIX=/usr/local DRYRUN=1
# If it looks right, run:
make install PREFIX=/usr/local
\`\`\`

## Uninstall

\`\`\`sh
make uninstall PREFIX=/usr/local DRYRUN=1
# If it looks right, run:
make uninstall PREFIX=/usr/local
\`\`\`
EOF