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 c3f2965 commit 6b75591Copy full SHA for 6b75591
public/install-local-da.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
3
echo "Downloading Local-DA source code..."
4
-git clone https://github.com/rollkit/rollkit.git
+git clone --depth=1 https://github.com/rollkit/rollkit.git
5
+# TODO : replace with go install once the repo is tagged
6
cd rollkit || { echo "Failed to find the downloaded repository"; exit 1; }
7
make build-da
8
echo "Starting Local DA..."
0 commit comments