Skip to content

Commit 2804165

Browse files
committed
fix
1 parent 98970af commit 2804165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ts-node-cwd script.ts
3535
console.log("Hello, world!")
3636
```
3737

38-
Passing options via shebang requires the [`env -S` flag](https://manpages.debian.org/bullseye/coreutils/env.1.en.html#S), which is not available on old versions of `env`.
38+
Passing options via shebang requires the [`env -S` flag](https://manpages.debian.org/bullseye/coreutils/env.1.en.html#S), which is available on recent versions of `env`. ([compatibility](https://github.com/TypeStrong/ts-node/pull/1448#issuecomment-913895766))
3939

4040
```typescript
4141
#!/usr/bin/env -S ts-node --files

0 commit comments

Comments
 (0)