Skip to content

Commit

Permalink
ref teal alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Nov 22, 2022
1 parent 84a67a1 commit 1c25ba4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,19 @@ tea run foo # runs the local checkout passing `foo` as an argument
tea install-self # deploys the local checkout into your `~/.tea`
```
This alias makes it so you can execute your local checkout from anywhere:
```sh
alias teal="$HOME/.tea/deno.land/v1/bin/deno run \
--import-map=$HOME/tea/cli/import-map.json \
--unstable \
--allow-all \
$HOME/tea/cli/src/app.ts"
# ^^ change the paths!
# ^^ add to your `~/.shellrc` file
```
### Things we Need
* We really need more tests!
Expand Down

0 comments on commit 1c25ba4

Please sign in to comment.