diff --git a/README.md b/README.md index 1e4e3be..70f672d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Chaque bloc i3bar représente une session. Les indicateurs : ## Prérequis - Linux avec i3 WM -- Go 1.22+ (build uniquement) +- Go 1.25+ (build uniquement) - `notify-send` (paquet `libnotify`) - X11 @@ -27,7 +27,7 @@ Chaque bloc i3bar représente une session. Les indicateurs : ```sh # Cloner et builder -git clone https://gitea.example.com/pieMusic/vmux +git clone git@git.sans.pub:pierre/vmux.git cd vmux make build diff --git a/go.mod b/go.mod index 1d6f8c1..ceffa6c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/pieMusic/vmux +module git.sans.pub/pierre/vmux go 1.25