tuidoro 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ TUIdoro is a sleek pomodoro timer that runs in your terminal.
|
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
|
-
### Via npx / bunx (requires bun > 1.
|
|
9
|
+
### Via npx / bunx (requires bun > 1.3.0)
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
npx tuidoro (requires 'bun' to be in PATH)
|
|
@@ -19,7 +19,7 @@ bunx tuidoro
|
|
|
19
19
|
yay -S aur/tuidoro
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
### Run locally (requires bun > 1.
|
|
22
|
+
### Run locally (requires bun > 1.3.0)
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
25
|
bun install
|