Skip to content

Commit 42172c6

Browse files
authored
Added note of dimensions argument for ./build.sh 😿 (#567)
1 parent 1a440d7 commit 42172c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ git clone https://github.com/v923z/micropython-ulab.git ulab
129129
and then run
130130

131131
```bash
132-
./build.sh
132+
./build.sh [matrix.dims] # Dimensions is 2 by default
133133
```
134134
This command will clone `micropython`, and build the `unix` port automatically, as well as run the test scripts. If you want an interactive `unix` session, you can launch it in
135135

0 commit comments

Comments
 (0)