aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPiotr Miller <nwg.piotr@gmail.com>2020-07-23 15:48:48 +0200
committerGitHub <noreply@github.com>2020-07-23 15:48:48 +0200
commit126c07da532fd58df0af86f9f1741e29d6bf2db9 (patch)
treebf81d17b2eb30c2b5398350510dd20935354bf55 /README.md
parent3e59a58522d3f9c4a359ba33cbe9d1609ce067b4 (diff)
parent5d3cc9a8c83d85c7536d83cc6065e655d8289abb (diff)
downloadautotiling-126c07da532fd58df0af86f9f1741e29d6bf2db9.tar.gz
Merge pull request #15 from nschloe/version-v
add --version
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5d26708..c30809d 100644
--- a/README.md
+++ b/README.md
@@ -14,15 +14,15 @@ action](https://img.youtube.com/vi/UWRZuhn92bQ/0.jpg)](https://www.youtube.com/w
1. Install autotiling. Possible methods:
- * _PyPi._ autotiling is available from PyPi, so you can install it with
+ * _PyPi._
+
+ [![PyPi
+ Version](https://img.shields.io/pypi/v/autotiling.svg?style=flat-square)](https://pypi.org/project/autotiling)
+
+ autotiling is available from PyPi, so you can install it with
```
pip install autotiling
```
- _NOTE:_ The current master branch is compatible with sway >= 1.5. For lower
- versions you need to use the script from the [sway14
- branch](https://github.com/nwg-piotr/autotiling/tree/sway14) or the [0.9
- release](https://github.com/nwg-piotr/autotiling/releases/tag/v0.9).
-
* _Arch Linux_
@@ -45,5 +45,11 @@ action](https://img.youtube.com/vi/UWRZuhn92bQ/0.jpg)](https://www.youtube.com/w
snap install autotiling
```
+ _NOTE:_ The current release and master branch is compatible with sway >= 1.5. For
+ lower versions you need to use the script from the [sway14
+ branch](https://github.com/nwg-piotr/autotiling/tree/sway14) or the [0.9
+ release](https://github.com/nwg-piotr/autotiling/releases/tag/v0.9).
+
+
2. Add `exec autotiling` to the `~/.config/sway/config` or `exec_always --no-startup-id
autotiling` to the `~/.config/i3/config` file.