From cbe750c76cf6adcc29c03f496b225ef436cddab3 Mon Sep 17 00:00:00 2001 From: Ahmed Khatib Date: Wed, 8 May 2024 01:15:43 +0530 Subject: [PATCH] Small typo in apt-get update. --- LocalRunGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalRunGuide.md b/LocalRunGuide.md index 449dbf73..bbd46f50 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -41,7 +41,7 @@ Install the following software, if not already installed: For Debian-based systems, you can use the following command: ```bash -sudo apt-get upda te +sudo apt-get update sudo apt-get install -y git automake autoconf libtool libleptonica-dev pkg-config zlib1g-dev make g++ openjdk-17-jdk python3 python3-pip ```