Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MephresGH authored Mar 21, 2024
1 parent 59b8ff2 commit db5ff78
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,42 @@ Related parameters can be found in the USAGE section.
### USAGE
The following parameters are available for POSIXSDM:

POSIXSDM:
-r, --run: Run POSIXSDM as usual
-x, --xorg [INPUT]: Directly run an X-based graphical environment
-w, --wayland [INPUT]: Directly run a Wayland-based graphical environment
-h, --help: Display an example command and all parameters

Setup script:
-i, --install: Install POSIXSDM; select shell of choice
-is, --install-sh: Install POSIXSDM (For Dash/Bash users)
-iz, --install-zsh: Run the installer segment (For ZSH users)
-u, --uninstall: Uninstall POSIXSDM
-h, --help: Display an example command and all parameters
#### POSIXSDM:
- -r, --run: Run POSIXSDM as usual
- -x, --xorg [INPUT]: Directly run an X-based graphical environment
- -w, --wayland [INPUT]: Directly run a Wayland-based graphical environment
- -h, --help: Display an example command and all parameters

#### Setup script:
- -i, --install: Install POSIXSDM; select shell of choice
- -is, --install-sh: Install POSIXSDM (For Dash/Bash users)
- -iz, --install-zsh: Run the installer segment (For ZSH users)
- -u, --uninstall: Uninstall POSIXSDM
- -h, --help: Display an example command and all parameters

### DEPENDENCIES
The following is required for POSIXSDM to work:

General:
#### General:
- dbus-daemon
- dbus-run-session
- GNU coreutils
- GNU findutils
- sed
- WM/DE of choice (plus their dependencies)

X.Org-only:
#### X.Org-only:
- sx (optional)
- xauth
- xorg
- xorg-xinit (recommended)

Wayland-only:
#### Wayland-only:
- wayland
- wayland-utils
- wayland-protocols

Shell compatibility
#### Shell compatibility
- ash
- bash (default)
- dash (recommended)
Expand Down

0 comments on commit db5ff78

Please sign in to comment.