Skip to content

Commit

Permalink
Fix path in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno authored Jun 25, 2024
1 parent 2f08c1d commit c5f1106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled
4. Run the following in the same directory where's your `e2b.toml`
```sh
e2b template build -c "/home/user/.jupyter/start-up.sh"
e2b template build -c "/root/.jupyter/start-up.sh"
```

5. Use your custom sandbox with Code Interpreter SDK
Expand Down

0 comments on commit c5f1106

Please sign in to comment.