Skip to content

Commit 27cb24b

Browse files
committed
Readme for snap
1 parent 1513d65 commit 27cb24b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,26 @@ In all cases the installation can be validated by running `axiom -v` in the
8787
terminal:
8888

8989
```shell
90+
$ axiom -v
9091
Axiom CLI version 1.0.0
9192
```
9293

94+
### Install using [Snap](https://snapcraft.io)
95+
96+
```shell
97+
sudo snap install axiom
98+
```
99+
100+
To send all system logs to Axiom:
101+
102+
```shell
103+
# Allow Axiom to access system logs
104+
sudo snap connect axiom log-observer
105+
106+
# Configure the background service
107+
sudo snap set axiom journald-dataset=DATASET journald-url=URL journald-token=TOKEN
108+
```
109+
93110
## Usage
94111

95112
```shell

0 commit comments

Comments
 (0)