Skip to content

Commit 75516ef

Browse files
committed
fixed flake.nix
1 parent 01e4ab4 commit 75516ef

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
```bash
1313
git clone [url]
1414
cd [folder]
15-
sh dev_shell.sh
15+
# This step can take a long time
16+
# This is due to building system-c and verilator from source with clang
17+
# It should only take a long time the first time
18+
sh dev_shell.sh
19+
1620
```
1721

1822
## Usage

0 commit comments

Comments
 (0)