aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-07-22 17:41:16 +0200
committerGitHub <noreply@github.com>2021-07-22 17:41:16 +0200
commit66fc7071056d2be618de46c8bc2e5db93b420be8 (patch)
tree663f58f0e6176921be08b85bb6e48072f1219eb9
parent4fc37f5a35e58ff4b121f788e0477dff1f30a97b (diff)
parent665b9213c65fab4da667aadeb592bc52da530c6c (diff)
downloadPrismLauncher-66fc7071056d2be618de46c8bc2e5db93b420be8.tar.gz
PrismLauncher-66fc7071056d2be618de46c8bc2e5db93b420be8.tar.bz2
PrismLauncher-66fc7071056d2be618de46c8bc2e5db93b420be8.zip
Merge pull request #3903 from Sebastian-byte/patch-1
NOISSUE: Fix typo and remove SSH URL
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 4360fdde..f6b66e70 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.
@@ -22,7 +22,7 @@ an administrator/root level account. Don't use `sudo`. It won't work and it's no
Clone the source code using git and grab all the submodules:
```
-git clone git@github.com:MultiMC/MultiMC5.git
+git clone https://github.com/MultiMC/MultiMC5.git
git submodule init
git submodule update
```