Moved development to Github
This commit is contained in:
@@ -7,7 +7,7 @@ This software allows mapping and translating of MIDI commands to HID inputs on L
|
|||||||
Install with
|
Install with
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go install git.datalore.sh/datalore/midi-hid@latest
|
go install github.com/d4t4l0r3/midi-hid@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
and run it with `midi-hid`. If no config file is specified, it reads `~/.config/midi-hid/config.yaml`.
|
and run it with `midi-hid`. If no config file is specified, it reads `~/.config/midi-hid/config.yaml`.
|
||||||
|
@@ -4,7 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"git.datalore.sh/datalore/midi-hid/translation"
|
"github.com/d4t4l0r3/midi-hid/translation"
|
||||||
|
|
||||||
"github.com/goccy/go-yaml"
|
"github.com/goccy/go-yaml"
|
||||||
"github.com/bendahl/uinput"
|
"github.com/bendahl/uinput"
|
||||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module git.datalore.sh/datalore/midi-hid
|
module github.com/d4t4l0r3/midi-hid
|
||||||
|
|
||||||
go 1.24.5
|
go 1.24.5
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user