Update 'installation.md'

master
Marc Wäckerlin 6 years ago
parent 0ac8e5cd6c
commit 4156bca254
  1. 16
      installation.md

@ -24,7 +24,7 @@ You can install all software using your package manager (`apt`), first install t
sudo apt-get install -y wget software-properties-common apt-transport-https
sudo apt-add-repository https://repository.mrw.sh
sudo apt-get update -y
Then you can install any project you wish, e.g. [webtester][1]:
Then you can install any project you wish, e.g. [`webtester`](https://mrw.sh/development/webtester):
sudo apt-get install webtester -y
@ -39,7 +39,7 @@ You can use your packagemanager (`zypper` or _YaST_). First install the repostit
zypper ar https://repository.mrw.sh/opensuse/marc-waeckerlin.repo
Then install packages from the repository, e.g. [webtester]:
Then install packages from the repository, e.g. [`webtester`](https://mrw.sh/development/webtester):
zypper install webtester
@ -59,7 +59,7 @@ You can use your packagemanager (`dnf`). First install the repository:
dnf install 'dnf-command(config-manager)'
dnf config-manager --add-repo https://repository.mrw.sh/fedora/marc-waeckerlin.repo
Then install packages from the repository, e.g. [webtester]:
Then install packages from the repository, e.g. [`webtester`](https://mrw.sh/development/webtester):
dnf install webtester
@ -77,7 +77,7 @@ You can use your packagemanager (`yum`). First install the repository:
yum install wget
wget -O/etc/yum.repos.d/marc-waeckerlin.repo https://repository.mrw.sh/centos/marc-waeckerlin.repo
Then install packages from the repository, e.g. [webtester]:
Then install packages from the repository, e.g. [`webtester`](https://mrw.sh/development/webtester):
yum install webtester
@ -95,7 +95,7 @@ You can use your packagemanager (`dnf`). First install the repository:
dnf install 'dnf-command(config-manager)'
dnf config-manager --add-repo https://repository.mrw.sh/mageia/marc-waeckerlin.repo
Then install packages from the repository, e.g. [webtester]:
Then install packages from the repository, e.g. [`webtester`](https://mrw.sh/development/webtester):
dnf install webtester
@ -133,8 +133,4 @@ Then untar the package and use the common commands, e.g. for version `1.0.2` of
./bootstrap.sh
./configure
make
sudo make install
[webtester]: https://mrw.sh/development/webtester Webtester is a tool to test websites, running in GUI or in batch.
[1]: https://mrw.sh/development/webtester Webtester is a tool to test websites, running in GUI or in batch.
sudo make install
Loading…
Cancel
Save