summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2019-03-26 23:32:32 +0100
committerGitHub <noreply@github.com>2019-03-26 23:32:32 +0100
commit682459892d3a55c541e4206859826dbb1610ebfe (patch)
tree48955b376ad152506d76c00394b69c4b28a24b00
parentMerge pull request #32 from LaG1924/add-license-1 (diff)
downloadAltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar
AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.gz
AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.bz2
AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.lz
AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.xz
AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.zst
AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.zip
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index abcf2d7..564e550 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,12 @@ This is aimed at being fast, being free and being easy expandable.
>Linux: GCC7 and system package manager.
>Windows: Visual Studio 2017 and vcpkg.
-3. Generate project-files for your compiler by CMake.
+2. Generate project-files for your compiler by CMake.
```
mkdir build && cd build
cmake ..
```
-2. Copy *.minecraft/version/{version}/{version}.jar/assets/* to *AltCraft-root/cwd/*
+3. Copy *.minecraft/version/{version}/{version}.jar/assets/* to *AltCraft-root/cwd/*
>You can extract .jar file as .zip archive.
>*/cwd/assets/minecraft/models/block/block.json* must be a valid path.