We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a532bb commit 208399bCopy full SHA for 208399b
README.md
@@ -113,10 +113,20 @@ for full documentation.
113
114
## Install
115
116
+### Pre-built binaries
117
+
118
Download the latest binary for your OS [here](https://github.com/gruntwork-io/boilerplate/releases/latest).
119
120
You can find older versions on the [Releases Page](https://github.com/gruntwork-io/boilerplate/releases).
121
122
+### Mise
123
124
+If you use [mise](https://mise.jdx.dev/), you can install Boilerplate by running:
125
126
+```
127
+mise use --global boilerplate
128
129
130
## Features
131
132
1. **Interactive mode**: Boilerplate interactively prompts the user for a set of variables defined in a
0 commit comments