Skip to content

Commit 8cca04a

Browse files
committed
update TEMPLATE.md
1 parent 84ebf13 commit 8cca04a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a template for a Logs Explorer web application. It is built with Next.js and [Tinybird](https://tinybird.co).
44

5-
You can use this template to bootstrap a mult-tenant, user-facing logs explorer for any software project. Fork it and make it your own!
5+
Use this template to bootstrap a multi-tenant, user-facing logs explorer for any software project. Fork it and make it your own!
66

77
## Quick Start
88

@@ -20,11 +20,12 @@ Append the `tinybird/fixtures/logs.ndjson` file to the `logs` Data Source or str
2020

2121
## Local Development
2222

23-
Get started by forking the repository and then customizing it to your needs.
23+
Get started by forking the [GitHub repository](https://github.com/tinybirdco/logs-explorer-template) and then customizing it to your needs.
2424

2525
Start Tinybird locally:
2626

2727
```bash
28+
curl -LsSf https://tbrd.co/fwd | sh
2829
cd tinybird
2930
tb local start
3031
tb login

TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
This is a template for a custom log analytics web application. It is built with Next.js and [Tinybird](https://tinybird.co).
1+
This is a template for a Logs Explorer web application. It is built with Next.js and Tinybird.
22

3-
You can use this template to bootstrap logging analytics for any software project. Fork it and make it your own!
3+
Use this template to bootstrap a multi-tenant, user-facing logs explorer for any software project. Fork it and make it your own!
44

55
## Quick Start
66

@@ -17,11 +17,12 @@ Append the `tinybird/fixtures/logs.ndjson` file to the `logs` Data Source or str
1717

1818
## Local Development
1919

20-
Get started by forking the repository and then customizing it to your needs.
20+
Get started by forking the [GitHub repository](https://github.com/tinybirdco/logs-explorer-template) and then customizing it to your needs.
2121

2222
Start Tinybird locally:
2323

2424
```sh
25+
curl -LsSf https://tbrd.co/fwd | sh
2526
cd tinybird
2627
tb local start
2728
tb login

0 commit comments

Comments
 (0)