From 4156bca2548595402ff64d9aa45603a11b0909d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 7 Sep 2018 16:56:11 +0000 Subject: [PATCH] Update 'installation.md' --- installation.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/installation.md b/installation.md index 7da4bd6..2ff81d3 100644 --- a/installation.md +++ b/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. \ No newline at end of file + sudo make install \ No newline at end of file