Skip to content

Commit 31f7fb9

Browse files
authored
Update example-runkit.js
1 parent 3fa5572 commit 31f7fb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example-runkit.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ console.log(`You can test by running:
2121
$ npx isomorphic-git clone --corsProxy="RUNKIT_ENDPOINT_URL" --url="https://github.com/isomorphic-git/isomorphic-git.git"
2222
Redirects are not supported, so you'll need the root endpoint url... not the one that ends with a path and starts with runkit.io, but the one that ends with runkit.sh.
2323
You can find out what your endpoint url is by visiting ${rkUrl}
24+
25+
it should look something like "https://untitled-123abc.runkit.sh"
26+
DO NOT add a forward slash at the end!
2427
`)
2528

2629
app.listen(port, () => {

0 commit comments

Comments
 (0)