From 727e469506281f5a16707ba2ede7161dad2a624d Mon Sep 17 00:00:00 2001 From: bonk-dev Date: Fri, 24 May 2024 15:24:34 +0200 Subject: [PATCH] Add "Clone the repo" instruction --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b688984..9a128d2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Useful tools for ArchWiki translators, now written in TypeScript. ## Build You can build the script yourself: +Clone the repo: +`git clone https://github.com/bonk-dev/arch-translator.git` + Remember to install the dev dependencies: `npm install`