Skip to content

Commit 79f44c0

Browse files
committed
Update local setup steps
1 parent 21482c9 commit 79f44c0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,21 @@ _This approach can be useful for quick testing and for development and contribut
7171
1. 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-
.\setup.ps1 --local
88+
./setup.ps1 --local
8889
```
8990

9091
3. Use the local go-webui module to run examples

0 commit comments

Comments
 (0)