Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 8, 2023
1 parent 5fd3531 commit 44f8d51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ If you have questions or feedback:
[docs.tea.xyz/scripts]: https://docs.tea.xyz/scripts
[docs.tea.xyz/editors]: https://docs.tea.xyz/editors
[docs.tea.xyz/docker]: https://docs.tea.xyz/docker
[docs.tea.xyz/getting-started]: https://docs.tea.xyz/getting-started
[docs.tea.xyz/installing-w/out-brew]: https://docs.tea.xyz/installing-w/out-brew
[docs.tea.xyz/shell-integration]: https://docs.tea.xyz/shell-integration
[dev]: https://docs.tea.xyz/dev
Expand Down
2 changes: 1 addition & 1 deletion docs/run/anywhere/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you like you can use our cURL-installer in your scripts. If `tea` is
installed then the script just exits and uses that `tea`, if it’s not
installed, it installs tea to a **temporary directory** first.

```
```sh
#!/bin/sh

eval "$(curl -Ssf https://tea.xyz)"
Expand Down
3 changes: 3 additions & 0 deletions docs/running-anything.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $ deno --version
deno 1.36.1
# ^^ deno is added to the environment for the session duration
```

{% endhint %}

{% hint style="tip" %}
Expand All @@ -35,6 +36,7 @@ $ npx kill-port 8080
$ t
tea +npx && npx kill-port 8080
```

{% endhint %}


Expand All @@ -60,6 +62,7 @@ postgres (PostgreSQL) 13.11
$ tea deno=1.35.3 --version
deno 1.35.3
```

{% endhint %}

### Running the Latest Version
Expand Down

0 comments on commit 44f8d51

Please sign in to comment.