Skip to content

Commit 5a705e8

Browse files
committed
Update instuctions on installing bun
1 parent 83dd929 commit 5a705e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# tlbrowse
22

3-
43
https://github.com/SawyerHood/tlbrowse/assets/2380669/bcbb7ac1-c463-44ad-9adb-6be59f4c636e
54

6-
75
tlbrowse is an infinite canvas for the simulated web. You can create webpages by entering urls and clicking on links creates new pages. You should get incredibly funky with what imagine.
86

97
You can play with the hosted version on [https://tlbrowse.com](https://tlbrowse.com)
@@ -16,6 +14,8 @@ Create a `.env.local` file with the following environment variables:
1614
ANTHROPIC_API_KEY=<your-anthropic-api-key>
1715
```
1816

17+
This project uses [`bun`](https://bun.sh/) as its package manager and [`node`](https://nodejs.org/) for its execution environment. Make sure that you have both installed. Then run the following commands:
18+
1919
```bash
2020
bun install
2121
bun dev

0 commit comments

Comments
 (0)