Skip to content

Commit

Permalink
Finalised documentation for full windows support.
Browse files Browse the repository at this point in the history
  • Loading branch information
aurc committed Aug 13, 2022
1 parent 03827ca commit bdaf25a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ builds:
- arm64
nfpms:
- maintainer: Aurelio Calegari (aurcbot@gmail.com)
description: Rich Terminal User Interface streaming JSON logs
description: Rich Terminal User Interface streaming structured logs
homepage: https://github.com/aurc/loggo
license: MIT
formats:
Expand Down Expand Up @@ -52,11 +52,11 @@ brews:

# Your app's homepage.
# Default is empty.
homepage: "https://github.com/aurc/homebrew-loggo"
homepage: "https://github.com/aurc/loggo"

# Template of your app's description.
# Default is empty.
description: "Rich Terminal User Interface for JSON logs"
description: "Rich Terminal User Interface for streaming structured logs"

# SPDX identifier of your app's license.
# Default is empty.
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,19 @@ for the following platforms:

Latest Release [pre-build binaries here](https://github.com/aurc/loggo/releases/latest)!

- Windows 11 plat (e.g. loggo_vx.y.z_linux_<plat>.tar.gz):
- Linux (both arm64 and amd64 plat):
- **Windows 11**:

Download a `tar.gz` file from [pre-build binaries](https://github.com/aurc/loggo/releases/latest) that match your platform:
- Most of PCs will be `amd64`, so file format will be like `loggo_x.y.z_windows_amd64.tar.gz`. Note: *If you own a Surface Pro, or
virtualised windows on a Mac M series, you'll probably want to grab the `arm64` version.*
- Open a terminal window (`cmd.exe`) and issue the following command in the folder you downloaded the file:
````
tar -xvzf loggo_x.y.z_windows_amd64.tar.gz
````
- A file `loggo.exe` will be extracted to the current folder.
- You can place this file in a directory that's on your %PATH% so the command `loggo` is accessible from anywhere.
-
- **Linux** (both arm64 and amd64 plat):
- ubuntu: `tar.gz` file from releases (e.g. loggo_vx.y.z_linux_<plat>.tar.gz)
- debian: `*.deb` file from releases
- redhat: `*.rpm` file from releases
Expand Down

0 comments on commit bdaf25a

Please sign in to comment.