Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfd070 commit 97a24f3Copy full SHA for 97a24f3
src/pages/self-hosting.md
@@ -18,7 +18,7 @@ guide which explains installing Docker on your machine.
18
### Clone the Repository and change the directory
19
20
```bash
21
-git clone -b master https://github.com/makeplane/plane.git && cd plane
+git clone --depth 1 -b master https://github.com/makeplane/plane.git && cd plane
22
```
23
24
### Run setup.sh
0 commit comments