Skip to content

Commit c5f1106

Browse files
authored
Fix path in README.md
1 parent 2f08c1d commit c5f1106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled
1616
1717
4. Run the following in the same directory where's your `e2b.toml`
1818
```sh
19-
e2b template build -c "/home/user/.jupyter/start-up.sh"
19+
e2b template build -c "/root/.jupyter/start-up.sh"
2020
```
2121

2222
5. Use your custom sandbox with Code Interpreter SDK

0 commit comments

Comments
 (0)