From 2c59a5014818f23363ef3ea8fd406d7a2e5b0556 Mon Sep 17 00:00:00 2001 From: Franco Viccia <62979120+fviccia@users.noreply.github.com> Date: Wed, 18 Aug 2021 16:56:46 -0300 Subject: [PATCH] Correct a typo --- Docker-server-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-server-installation.md b/Docker-server-installation.md index 42b463f..81ef4d0 100644 --- a/Docker-server-installation.md +++ b/Docker-server-installation.md @@ -4,7 +4,7 @@ Official docker images are published on docker hub for **AMD64**: https://hub.do Unofficial docker images for **ARMv7** and **ARMv8** provided by Howard (thanks!): https://hub.docker.com/r/hlince/trilium ([build scripts](https://gitea.e9g.rocks/howard/trilium-daily-build)). (note that I can't give neither guarantees, nor support when you use unofficial images) -## Prerequistes +## Prerequisites To start you will need to have docker installed on your computer. Here are two guides that can help: - https://docs.docker.com/engine/install/ubuntu/ - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04