From b11af81589dd01902b4a2f8c9a49b740db9516ed Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sun, 19 Apr 2020 11:30:44 +0200 Subject: [PATCH] Fix instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce1f1d6..d4aae8d 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ Clone the repository and enter the directory: git clone https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension.git && cd nightthemeswitcher-gnome-shell-extension ``` -Install using `make`: +Build and install using `make`: ```bash -make install +make build && make install ``` Restart your GNOME session and enable the extension: