Commit 97b4db7
committed
docs: user: Fix YOSYS_CMD
Fix command not found when trying to export the
yosys binary path and remove "shell" from the
sub-command.
$ export YOSYS_CMD=$(shell command -v yosys)
Command 'shell' not found, did you mean:
...
Signed-off-by: Daniel Schultz <[email protected]>1 parent d723079 commit 97b4db7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments