Просмотр исходного кода

Tell about mise in README

tags/v2.1.10^2^2
9seconds 3 месяцев назад
Родитель
Сommit
1a247d18b1
1 измененных файлов: 9 добавлений и 2 удалений
  1. 9
    2
      README.md

+ 9
- 2
README.md Просмотреть файл

162
 
162
 
163
 ## Getting started
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
 ### Download a tool
171
 ### Download a tool
166
 
172
 
167
 #### Download binaries
173
 #### Download binaries
198
 ```console
204
 ```console
199
 git clone https://github.com/9seconds/mtg.git
205
 git clone https://github.com/9seconds/mtg.git
200
 cd mtg
206
 cd mtg
201
-make static
207
+mise install
208
+mise tasks run build
202
 ```
209
 ```
203
 
210
 
204
 or for the docker image:
211
 or for the docker image:
205
 
212
 
206
 ```console
213
 ```console
207
-make docker
214
+mise tasks run image
208
 ```
215
 ```
209
 
216
 
210
 ### Generate secret
217
 ### Generate secret

Загрузка…
Отмена
Сохранить