diff --git a/README.md b/README.md index b0f64a2a..6e32cb27 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,6 @@ Linux and Windows 32 bits version must be [built manually](https://bbasile.githu [**See this page**](https://bbasile.github.io/dexed/setup.html) for more information about the setup. -Download 3rd part packages, maintained by volunteers, but the available versions are not guaranteed to be the latest: - -- :package: [port for FreeBSD](https://www.freshports.org/editors/coedit/) -- :package: [AUR package for ArchLinux](https://aur.archlinux.org/packages/coedit-bin/) - **Build** --- diff --git a/docs/setup.md b/docs/setup.md index 88588db5..02e791c0 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -62,20 +62,13 @@ Under Linux, the command line tool *zip* is used (_deflate_ and _-9_). Under Linux you could have to set the files permission to allow their execution. This used to be necessary when the early alpha zip were all done on Windows (files attributes were lost) but it shouldn't be the case anymore. -If they are not correctly set, for each of the following file **dexed**, **dcd-client**, **dcd-server**, **dastworx**, either set the permission in the context menu (check _allow execution_ or _executable_ depending on the desktop) or `chmod a+x` the file in a console. +If they are not correctly set, for each of the following file **dexed**, **dcd-client**, **dcd-server**, **dastworx**, either set the permission in the context menu (check _allow execution_ or _executable_ depending on the desktop) or `chmod +x` the file in a console. ### Linux package Are provided a _deb_ package (Debian and derived Ubuntu, Mint, etc) and a _rpm_ (Fedora, openSUSE), only for x86_64 (amd64). After the installation, you must also build [DCD](features_dcd). -### Other OS-specific packages - -Maintained by volunteers and for specific operating systems: - -- [FreeBSD ports](http://www.freshports.org/editors/coedit/) -- [ArchLinux AUR package](https://aur.archlinux.org/packages/coedit-bin/) - ### First steps - verify the [compilers paths](options_compilers_paths).