File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -71,20 +71,21 @@ _This approach can be useful for quick testing and for development and contribut
71711. Clone the repository to into a ` go-webui` directory, relative to your current path
7272
7373` ` ` sh
74- git clone https://github.com/webui-dev/go-webui.git
74+ # 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
7577```
7678
77- 2 . Setup the WebUI C library
79+ 2 . Setup the WebUI C library relative to the current path
7880
7981``` sh
80- cd go-webui
81-
82- # Setup WebUI C relative to the current path
8382# Linux & macOS
8483./setup.sh --local
84+ ```
8585
86+ ``` sh
8687# Windows Powershell
87- .\ s etup.ps1 --local
88+ ./ setup.ps1 --local
8889```
8990
90913 . Use the local go-webui module to run examples
You can’t perform that action at this time.
0 commit comments