diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..aadae72 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "LibV64Core"] + path = LibV64Core + url = https://github.com/Llennpie/LibV64Core diff --git a/README.md b/README.md index e5de447..3eeef70 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ The latest **stable** version of **V64CoreConsole** can be downloaded from the [ **To build from source,** - Download **Visual Studio 2019** *(or greater)* and install the **.NET desktop development** workload -- Clone the entire project with `git clone https://github.com/Llennpie/V64CoreConsole --recursive` +- Clone the entire project with `git clone --recursive https://github.com/Llennpie/V64CoreConsole` - *If the project has missing references to **LibV64Core**, check its [Usage guide](https://github.com/Llennpie/LibV64Core#usage) in the submodule.* - Build the solution as x64 --- -![Screenshot](https://media.discordapp.net/attachments/863117129347891251/1001561950767030352/unknown.png?width=960&height=627) +![Screenshot](https://cdn.discordapp.com/attachments/863117129347891251/1216049969702895626/image.png) ---