diff options
author | toonn <toonn@toonn.io> | 2019-06-06 21:50:02 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-06-06 21:56:13 +0200 |
commit | b1a5c2102b6117a0de5dab42d35672eb9eaa7cb9 (patch) | |
tree | c76ee53c915c3d8b49d636890fe5b60b00a50fb0 | |
parent | 677da02a76b4eb0829f876255b8758540d178da5 (diff) | |
download | ranger-b1a5c2102b6117a0de5dab42d35672eb9eaa7cb9.tar.gz |
Align multi-pane screenshots side-by-side
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index 8e592620..be17f0f9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ out which program to use for what file type. For `mc` aficionados there's also the multi-pane viewmode. -![two panes](https://raw.githubusercontent.com/ranger/ranger-assets/master/screenshots/twopane.png) ![multi-pane viewmode](https://raw.githubusercontent.com/ranger/ranger-assets/master/screenshots/multipane.png) +<p> +<img src="https://raw.githubusercontent.com/ranger/ranger-assets/master/screenshots/twopane.png" alt="two panes" width="49%" /> +<img src="https://raw.githubusercontent.com/ranger/ranger-assets/master/screenshots/multipane.png" alt="multiple panes" width="49%" /> +</p> This file describes ranger and how to get it to run. For instructions on the usage, please read the man page (`man ranger` in a terminal). See `HACKING.md` |