Browse Source

Fix readme layout

tags/v1.3
Nils 5 years ago
parent
commit
7e4db46e53
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      README.md

+ 7
- 5
README.md View File

@@ -44,8 +44,10 @@ cd build && ninja
sudo ninja install sudo ninja install
``` ```


## Names of Executable Files and Symlinks Some distributions (and possibly local laws) prevent a
forked software project from creating executable files under the same name, if the name itself is
an original work subject to copyright, which it arguably is for the "NON-"-suite. Therefore New
Session Manager renamed `non-session-manager` to `new-session-manager`. Install will also create a
symlink to `non-session-mnanager` for backwards compatibility. (e.g. autostart scripts etc.).
## Names of Executable Files and Symlinks

Some distributions (and possibly local laws) prevent a forked software project from creating
executable files under the same name, if the name itself is an original work subject to copyright,
which it arguably is for the "NON-"-suite. Therefore New Session Manager renamed
`non-session-manager` to `new-session-manager`. Install will also create a symlink to
`non-session-mnanager` for backwards compatibility. (e.g. autostart scripts etc.).

Loading…
Cancel
Save