]> O.S.I.I.S - jp/vkvg.git/commitdiff
Rename linux_build_tutorial to linux_build_tutorial.md
authorJoão Oliveira <44142506+Joaopmoliveira@users.noreply.github.com>
Mon, 4 May 2020 20:23:58 +0000 (21:23 +0100)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 20:23:58 +0000 (21:23 +0100)
doc/linux_build_tutorial [deleted file]
doc/linux_build_tutorial.md [new file with mode: 0644]

diff --git a/doc/linux_build_tutorial b/doc/linux_build_tutorial
deleted file mode 100644 (file)
index dc7b93a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-```bash
-git clone https://github.com/jpbruyere/vkvg.git     # Download source code from github
-cd vkvg                                             # Enter the source directory
-git submodule update --init --recursive             # Dowload vkhelpers sources
-mkdir build                                        # Create build directory
-cd build
-cmake ..                                           # Run CMake, optionaly setup glslc path
-make                                               # Run Make
-```
diff --git a/doc/linux_build_tutorial.md b/doc/linux_build_tutorial.md
new file mode 100644 (file)
index 0000000..dc7b93a
--- /dev/null
@@ -0,0 +1,10 @@
+
+```bash
+git clone https://github.com/jpbruyere/vkvg.git     # Download source code from github
+cd vkvg                                             # Enter the source directory
+git submodule update --init --recursive             # Dowload vkhelpers sources
+mkdir build                                        # Create build directory
+cd build
+cmake ..                                           # Run CMake, optionaly setup glslc path
+make                                               # Run Make
+```