From 8b1447cca20022002b2a85ee0076d99007507077 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 2 May 2024 23:29:12 +0200 Subject: docs: add "--depth=1" to the installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6a4433f..24f401b 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ My custom Neovim setup Download into your config directory ```sh -git clone https://github.com/pml68/nvim-setup ~/.config/nvim +git clone --depth=1 https://github.com/pml68/nvim-setup ~/.config/nvim ``` -- cgit v1.2.3