From d77d85ca8581de5605c742261e120d8485db36c1 Mon Sep 17 00:00:00 2001 From: rasul Date: Wed, 30 Oct 2019 16:04:48 -0500 Subject: [PATCH] add missing cd command to install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa33bae..67e3ad1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ applications in my X session but it can be used for other things. ```shell $ git clone https://gitlab.com/rascul/sup +$ cd sup $ cargo install --path . ```