You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,28 @@ Tess is a small CLI that pulls review information from the Lattice API and helps
16
16
- Build: `make`
17
17
- Run: `./bin/tess`
18
18
19
+
### Homebrew (macOS)
20
+
21
+
You can install Tess via Homebrew using our tap:
22
+
23
+
```
24
+
brew tap vigetlabs/taps
25
+
brew install tess
26
+
```
27
+
28
+
Upgrade later with:
29
+
30
+
```
31
+
brew upgrade tess
32
+
```
33
+
34
+
The Homebrew formula installs a prebuilt macOS arm64 binary and declares the following dependencies:
35
+
36
+
- rclone: required for Google Drive upload features
37
+
- pandoc: required for DOCX/PDF export
38
+
39
+
If you don’t need Drive export, Tess can still generate local Markdown reports without these tools.
40
+
19
41
### Releases
20
42
21
43
- Tags drive releases. Create a tag like `v1.2.3` and push it; GitHub Actions runs GoReleaser to build macOS binaries for arm64 and amd64 and attach zipped artifacts to the release.
0 commit comments