mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Tell about mise in README
This commit is contained in:
@@ -162,6 +162,12 @@ This project has several main branches
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
|
### Download mise
|
||||||
|
|
||||||
|
mtg uses [mise](https://mise.jdx.dev/) to maintain its development
|
||||||
|
dependencies + replaces a make for building things. Please
|
||||||
|
[install](https://mise.jdx.dev/getting-started.html) it first.
|
||||||
|
|
||||||
### Download a tool
|
### Download a tool
|
||||||
|
|
||||||
#### Download binaries
|
#### Download binaries
|
||||||
@@ -198,13 +204,14 @@ go install github.com/9seconds/mtg/v2@latest
|
|||||||
```console
|
```console
|
||||||
git clone https://github.com/9seconds/mtg.git
|
git clone https://github.com/9seconds/mtg.git
|
||||||
cd mtg
|
cd mtg
|
||||||
make static
|
mise install
|
||||||
|
mise tasks run build
|
||||||
```
|
```
|
||||||
|
|
||||||
or for the docker image:
|
or for the docker image:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
make docker
|
mise tasks run image
|
||||||
```
|
```
|
||||||
|
|
||||||
### Generate secret
|
### Generate secret
|
||||||
|
|||||||
Reference in New Issue
Block a user