From 0ffc7078d9d8d6968afeb5b7099f2936e4378792 Mon Sep 17 00:00:00 2001
From: stephanie0x00 <9821756+stephanie0x00@users.noreply.github.com>
Date: Tue, 5 Dec 2023 10:29:58 +0100
Subject: [PATCH] Update localinstall.rst
Fixed trailing spaces
---
docs/source/technical_design/localinstall.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/technical_design/localinstall.rst b/docs/source/technical_design/localinstall.rst
index caf164beaca..a16928f6ea2 100644
--- a/docs/source/technical_design/localinstall.rst
+++ b/docs/source/technical_design/localinstall.rst
@@ -24,7 +24,7 @@ Before installing
Install Docker
**************
-OpenKAT is installed in Docker, and therefore Docker must be installed first. The preferred method of installation is through a repository. However, OpenKAT requires a newer version of Docker than what is available in the default ubuntu and debian repositories. That is why you should always use Docker's repository.
+OpenKAT is installed in Docker, and therefore Docker must be installed first. The preferred method of installation is through a repository. However, OpenKAT requires a newer version of Docker than what is available in the default ubuntu and debian repositories. That is why you should always use Docker's repository.
On the `Docker Engine installation overview `_ page you can find links to installation pages for all major Linux distributions. For a specific example using the Docker repository on Debian, see `Debian install using the repository `_. The installation pages for the other Linux distributions contain similar instructions.
@@ -46,7 +46,7 @@ Dependencies are packages required for OpenKAT to work. Run the following comman
$ echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update && sudo apt-get install yarn
-After installing Docker from the Docker repository it might be necessary to create a symlink for the command `docker-compose` as the latest version now uses a space instead of a dash. You can do this with the following command:
+After installing Docker from the Docker repository it might be necessary to create a symlink for the command `docker-compose` as the latest version now uses a space instead of a dash. You can do this with the following command:
.. code-block:: sh