Skip to content

Commit 6d299b2

Browse files
committed
doc: add installation section
1 parent 8bd8b94 commit 6d299b2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@ And I get following output:
3333
3434
## Installation
3535

36-
TODO
36+
Download archive for your platform from [releases page](https://github.com/unravela/indiff/releases/latest) and unpack it to some directory on your file system.
37+
38+
### How to install on Linux
39+
40+
When you are on Linux you can use following commands to download and install latest release:
41+
42+
wget https://github.com/unravela/indiff/releases/download/v0.1.0/indiff_0.1.0_Linux_x86_64.tar.gz
43+
tar -xzvf ./indiff_0.1.0_Linux_x86_64.tar.gz -C /tmp/
44+
sudo mv /tmp/indiff /usr/local/bin
45+
3746

3847
## Features
3948

0 commit comments

Comments
 (0)