|
|
@@ -162,6 +162,12 @@ This project has several main branches
|
|
162
|
162
|
|
|
163
|
163
|
## Getting started
|
|
164
|
164
|
|
|
|
165
|
+### Download mise
|
|
|
166
|
+
|
|
|
167
|
+mtg uses [mise](https://mise.jdx.dev/) to maintain its development
|
|
|
168
|
+dependencies + replaces a make for building things. Please
|
|
|
169
|
+[install](https://mise.jdx.dev/getting-started.html) it first.
|
|
|
170
|
+
|
|
165
|
171
|
### Download a tool
|
|
166
|
172
|
|
|
167
|
173
|
#### Download binaries
|
|
|
@@ -198,13 +204,14 @@ go install github.com/9seconds/mtg/v2@latest
|
|
198
|
204
|
```console
|
|
199
|
205
|
git clone https://github.com/9seconds/mtg.git
|
|
200
|
206
|
cd mtg
|
|
201
|
|
-make static
|
|
|
207
|
+mise install
|
|
|
208
|
+mise tasks run build
|
|
202
|
209
|
```
|
|
203
|
210
|
|
|
204
|
211
|
or for the docker image:
|
|
205
|
212
|
|
|
206
|
213
|
```console
|
|
207
|
|
-make docker
|
|
|
214
|
+mise tasks run image
|
|
208
|
215
|
```
|
|
209
|
216
|
|
|
210
|
217
|
### Generate secret
|