From 13f155f58f56367ffa95915efba4c305a6eff644 Mon Sep 17 00:00:00 2001 From: radius <34996878+radius2703@users.noreply.github.com> Date: Fri, 27 Nov 2020 12:33:32 +0400 Subject: [PATCH] Fixed spelling error "runing" -> "running" --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 9f0061a0..9c48ee00 100644 --- a/BUILD.md +++ b/BUILD.md @@ -12,7 +12,7 @@ Build Instructions # Note MultiMC is a portable application and is not supposed to be installed into any system folders. -That would be anything outside your home folder. Before runing `make install`, make sure +That would be anything outside your home folder. Before running `make install`, make sure you set the install path to something you have write access to. Never build this under an administrator/root level account. Don't use `sudo`. It won't work and it's not supposed to work.