From aab8b22805ca639206d07c00f945ef3026037131 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 26 Oct 2020 15:57:13 +0100 Subject: [PATCH] docs(readme): add platform support note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ace45098e..56ea4e90d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Work is being done on compatibility to make it at least as VTE compatible as mos * Clone the project * In the project folder, run: `cargo run` +(note that right now Mosaic only supports linux and maybe mac) + Some temporary controls (these will be changed to something more convenient when the project matures a little): * ctrl-n - split focused pane vertically * ctrl-b - split focused pane horizontally