Skip to content

Commit

Permalink
FAQ: how to update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 10, 2022
1 parent 8ad5375 commit 02e56c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.DS_Store
tea
/tea

# exlcluding this is temporary pre stability (ie. v1)
/deno.lock
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,18 @@ be a little something extra for those who helped build tea. 😶‍🌫️
# FAQ
## How do I update packages
```sh
$ tea --sync
# ^^ updates the pantries, and any packages in the virtual-environment
$ tea --sync +deno.land
# ^^ updates specific packages
```
Of course this is limited and more is required here. We’re working on it.
## Where’s `tea install`?
tea works differently. It’s not “I want to install Freetype” it’s
Expand Down

0 comments on commit 02e56c5

Please sign in to comment.