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
+25-13Lines changed: 25 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,26 @@
17
17
18
18
### Latest version: 0.14.1 (20 February 2024) - [Read announcement](https://logdy.dev/blog/post/logdy-new-version-announcement-v014)
19
19
20
-
Logdy is a single-binary that you add to your PATH so it's available just like any other tool: grep, awk, sed, jq. **No installations, no deployments, no compilations**. It works locally, so it's also secure. [Read more](https://logdy.dev/docs/what-is-logdy).
20
+
Logdy is a lightweight, single-binary log viewer that works just like `grep`, `awk`, `sed`, or `jq`. Simply add it to your PATH—no installation, deployment, or compilation required. It runs entirely locally, ensuring security and privacy. [Read more](https://logdy.dev/docs/what-is-logdy).
Visit [logdy.dev](http://logdy.dev) for more info and detalied documentation.
69
+
Visit [logdy.dev](http://logdy.dev) for more info and detailed documentation.
58
70
59
-
##### Project status: Beta version, new features added actively.
71
+
##### Project status: New features added actively.
60
72
61
-
Logdy is under heavy development and a lot of features is yet to be added. A feedback is welcome from early adopters. Feel free to post [Issues](https://github.com/logdyhq/logdy-core/issues), [Pull Requests](https://github.com/logdyhq/logdy-core/pulls) and contribute in the [Discussions](https://github.com/logdyhq/logdy-core/discussions). Stay tuned for updates, visit [Logdy Blog](https://logdy.dev/blog).
73
+
Logdy is in active development, with new features being added regularly. Feedback is welcome from early adopters. Feel free to post [Issues](https://github.com/logdyhq/logdy-core/issues), [Pull Requests](https://github.com/logdyhq/logdy-core/pulls) and contribute in the [Discussions](https://github.com/logdyhq/logdy-core/discussions). Stay tuned for updates, visit [Logdy Blog](https://logdy.dev/blog).
62
74
63
75
## Install using script
64
76
The command below will download the latest release and add the executable to your system's PATH. You can also use it to update Logdy.
65
77
66
78
```bash
67
-
$ curl https://logdy.dev/install.sh | sh
79
+
curl https://logdy.dev/install.sh | sh
68
80
```
69
81
70
82
## Install with Homebrew (MacOS)
71
83
On MacOS you can use homebrew to install Logdy.
72
84
73
85
```bash
74
-
$ brew install logdy
86
+
brew install logdy
75
87
```
76
88
77
89
## Download precompiled binary
78
90
79
-
Naviage to [releases](https://github.com/logdyhq/logdy-core/releases) Github page and download the latest release for your architecture.
91
+
Navigate to [releases](https://github.com/logdyhq/logdy-core/releases) Github page and download the latest release for your architecture.
0 commit comments