You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,14 @@ Optionally customize your project if needed:
89
89
90
90
* pass arguments to linkml generators via 'config.yaml' configuration file;
91
91
* pass supported environment variables via '.env.public' configuration file;
92
+
* Set 'export JUST_TEMPDIR=/tmp' on WSL2.
92
93
93
94
Setup your project
94
95
95
96
```shell
96
97
cd my-awesome-schema # using the folder example above
97
98
just setup
98
99
```
99
-
Note: Command `JUST_TEMPDIR=/tmp just setup` may be needed in certain cases [ref](https://github.com/casey/just/?tab=readme-ov-file#script-and-shebang-recipe-temporary-files).
0 commit comments