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: book/background_task.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
@@ -15,7 +15,7 @@ Here we provide a [nushell module](https://github.com/nushell/nu_scripts/tree/ma
15
15
Here is a setup example to make nushell "support" background task:
16
16
1. install pueue
17
17
2. run `pueued` with default config, you can refer to [start-the-daemon page](https://github.com/Nukesor/pueue/wiki/Get-started#start-the-daemon) for more information.
18
-
3. put the [job.nu](https://github.com/nushell/nu_scripts/blob/main/background_task/job.nu) file under `$env.NU_LIB_DIRS`.
18
+
3. put the [job.nu](https://github.com/nushell/nu_scripts/blob/main/modules/background_task/job.nu) file under `$env.NU_LIB_DIRS`.
19
19
4. add a line to the `$nu.config-path` file: `use job.nu`
0 commit comments