I would like to request a guide for getting started with using this tool.
I have run this command to install:
go install github.com/simenandre/mt@latest
But I have no idea how to use it. I've tried this (in a new terminal window):
➜ ~ mt
zsh: command not found: mt
➜ ~ nt
zsh: command not found: nt
I would like to request a guide for getting started with using this tool.
I have run this command to install:
```sh
go install github.com/simenandre/mt@latest
```
But I have no idea how to use it. I've tried this (in a new terminal window):
```sh
➜ ~ mt
zsh: command not found: mt
➜ ~ nt
zsh: command not found: nt
```