From 7b5f0e547d64383fbb9f31c3d6b97a6c102b32e9 Mon Sep 17 00:00:00 2001 From: i1i1 Date: Sun, 16 Jun 2024 21:32:07 +0300 Subject: [PATCH] Update README to use git fetcher instead of github fetcher --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f86850..a0b9499 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ Assuming you use hyprland's home manager module, you can easily integrate hy3 by inputs.nixpkgs.follows = "nixpkgs"; }; - hyprland.url = "github:hyprwm/Hyprland?ref=v{version}"; # where {version} is the hyprland release version + hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref={version}"; + # where {version} is the hyprland release version # or "github:hyprwm/Hyprland" to follow the development branch hy3 = { @@ -138,7 +139,7 @@ hyprpm update Sometimes the headers from hyprland are not updated, if this happens run (See [issue #109](https://github.com/outfoxxed/hy3/issues/109) for an example of where this happened) -```sh +```sh hyprpm update -f ```