We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a9fd4 commit 249f01cCopy full SHA for 249f01c
1 file changed
markdown-file/kali-linux-settings/kali-linux-basic-settings.md
@@ -61,7 +61,7 @@ curl https://raw.githubusercontent.com/wklken/vim-for-server/master/vimrc > ~/.v
61
```
62
sudo apt install cmake valac libgtk-3-dev libkeybinder-3.0-dev libxml2-utils gettext txt2man
63
64
-git clone https://github.com/phw/peek.git
+git clone https://github.com/phw/peek.git --depth=1
65
mkdir peek/build
66
cd peek/build
67
cmake -DCMAKE_INSTALL_PREFIX=/usr -DGSETTINGS_COMPILE=OFF ..
0 commit comments