From d8a8753439162591295b63d0df4d5690770359df Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 13 Oct 2020 08:29:47 -0700 Subject: [PATCH] Update README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 4efd112..74f81d9 100644 --- a/README.org +++ b/README.org @@ -3,6 +3,6 @@ * Quick Install #+begin_example sh -git clone --recurse-submodules -j8 https://github.com/dds/dotfiles +git clone https://github.com/dds/dotfiles rake -f dotfiles/Rakefile install[$HOME] #+end_example