We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21482c9 commit 79f44c0Copy full SHA for 79f44c0
1 file changed
README.md
@@ -71,20 +71,21 @@ _This approach can be useful for quick testing and for development and contribut
71
1. Clone the repository to into a `go-webui` directory, relative to your current path
72
73
```sh
74
-git clone https://github.com/webui-dev/go-webui.git
+# E.g., doing a lightweight, filtered clone
75
+git clone --filter=blob:none https://github.com/webui-dev/go-webui.git \
76
+ && cd go-webui
77
```
78
-2. Setup the WebUI C library
79
+2. Setup the WebUI C library relative to the current path
80
81
-cd go-webui
-
82
-# Setup WebUI C relative to the current path
83
# Linux & macOS
84
./setup.sh --local
+```
85
86
+```sh
87
# Windows Powershell
-.\setup.ps1 --local
88
+./setup.ps1 --local
89
90
91
3. Use the local go-webui module to run examples
0 commit comments