Skip to content

Commit de91389

Browse files
Update README.md
1 parent 562e4ac commit de91389

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# wayland-root-exec
22
A simple bash script to run a grafical programm as root in wayland.
3+
# How to use
4+
wayland-root-exec "command --example"
5+
# Install
6+
$ sudo cp wayland-root-exec /bin/wayland-root-exec
7+
$ sudo chmod +x /bin/wayland-root-exec
8+
# License
9+
![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)
10+
11+
This program is Free Software: You can use, study share and improve it at your
12+
will. Specifically you can redistribute and/or modify it under the terms of the
13+
[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as
14+
published by the Free Software Foundation, either version 3 of the License, or
15+
(at your option) any later version.

0 commit comments

Comments
 (0)