d2/ci/release/template
2022-11-14 14:46:52 -08:00
..
man ci/release: Many bug fixes and add manpage 2022-11-14 10:26:58 -08:00
scripts release: Improve logging 2022-11-14 14:46:52 -08:00
LICENSE.txt ci/release: Checkpoint 2022-11-13 22:49:45 -08:00
Makefile install.sh: Get installs working 2022-11-14 02:13:37 -08:00
README.md.sh ci/release: Use release.sh script in ci/sub 2022-11-14 05:37:11 -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 DRY_RUN=1
# If it looks right, run:
make install
\`\`\`

Pass \`PREFIX=whatever\` to change the installation prefix.

## Uninstall

\`\`\`sh
make uninstall DRY_RUN=1
# If it looks right, run:
make uninstall
\`\`\`
EOF