From 0248232d5a3357a345299d05b4307e2a9740eb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n?= Date: Wed, 23 Oct 2013 21:28:19 +0200 Subject: [PATCH] Git submodule commands in root directory Before git clone, lain/ directory is empty. git submodule commands should be executed in ~/.config/awesome --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f95c298..8d51f65 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ Using git: :: git clone https://github.com/copycat-killer/awesome-copycats.git mv -u awesome-copycats ~/.config/awesome - cd ~/.config/awesome/lain + cd ~/.config/awesome git submodule init git submodule update