Skip to content

Commit 1fdffb5

Browse files
Update README.md
1 parent dcc57db commit 1fdffb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ You can use the sandbox.bio command line environment to share small snippets of
109109
![](https://sandbox.bio/assets/screenshots/gists.png)
110110
111111
1. Create a GitHub Gist at https://gist.github.com/
112-
[ ] Create a `.md` Markdown file with notes about the commands. Code blocks with language "bash" will be runnable within sandbox.bio
113-
[ ] Add data files if relevant. These **files will be available in the sandbox.bio command-line environment at load time**!
114-
2. Once created, the URL contains the gist ID
115-
3. All you have to do is go to sandbox.bio/gists/gist_id
112+
- [ ] Create a `.md` Markdown file with notes about the commands. Bash code blocks are runnable within sandbox.bio
113+
- [ ] Add data files if relevant. These **files will be available in the sandbox.bio command-line environment at load time**!
114+
2. Once created, the URL contains the gist ID, e.g. gist.github.com/gists/username/gist_id
115+
3. All you have to do is go to sandbox.bio/gists/gist_id (no need for the username, just the gist ID)
116116
117117
sandbox.bio will render the Markdown file(s) from the Gist, show code blocks with syntax highlighting, and allow users to run the code blocks in their sandbox.bio terminal environment, where data files will be ready for them.
118118

0 commit comments

Comments
 (0)