Skip to content

Commit

Permalink
Readme for snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-gould committed Sep 17, 2021
1 parent 1513d65 commit 27cb24b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,26 @@ In all cases the installation can be validated by running `axiom -v` in the
terminal:

```shell
$ axiom -v
Axiom CLI version 1.0.0
```

### Install using [Snap](https://snapcraft.io)

```shell
sudo snap install axiom
```

To send all system logs to Axiom:

```shell
# Allow Axiom to access system logs
sudo snap connect axiom log-observer

# Configure the background service
sudo snap set axiom journald-dataset=DATASET journald-url=URL journald-token=TOKEN
```

## Usage

```shell
Expand Down

0 comments on commit 27cb24b

Please sign in to comment.