From 4a7c5b2a064a875332a01224c9f7caace6201169 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Mon, 7 Dec 2020 15:40:08 +0100 Subject: [PATCH] Document run command line tools with flatpak --- Command-Line.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Command-Line.md b/Command-Line.md index 8971b92..d0ac93f 100644 --- a/Command-Line.md +++ b/Command-Line.md @@ -129,6 +129,15 @@ file or set the `$PATH` variable in your `.profile` or `.bashrc` file. If Barrier has been installed using a package manager or equivalent it should already be in your `$PATH`. +If installed using flatpak, you can run the command line client like this: +```cmd +flatpak run --command=barrierc com.github.debauchee.barrier +``` +And server like this: +```cmd +flatpak run --command=barriers com.github.debauchee.barrier +``` + Back to top ---