diff --git a/README.md b/README.md index 01fd227..dcb1df6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Currently, only **Minecraft: Xbox One Edition** runs with WinDurango. See the [Game compatibility list](https://windurango.github.io/Documentation/playable-games.html) for currently tracked games. +## Getting Started + +Check out [Running Games With WinDurango](https://windurango.github.io/Running-a-Game) on our documentation. + ## Releases Head over to the [releases page](https://github.com/WinDurango/WinDurango/releases) for stable builds. @@ -56,10 +60,6 @@ legally purchased devices and games and information made public on the internet (you'd be surprised what's indexed on Google...). We are not any way affiliated with Microsoft. -## Building - -See [docs/BUILDING.md](docs/BUILDING.md) for setup instructions. - ## Contributors Wanted! Have some spare time and know C++? Help build the world's first Xbox One compatibility layer! diff --git a/docs/BUILDING.md b/docs/BUILDING.md deleted file mode 100644 index 7117e89..0000000 --- a/docs/BUILDING.md +++ /dev/null @@ -1,35 +0,0 @@ -# Building - -You must have a 64-bit machine for building and running the project. Always -run your system updater before building and make sure you have the latest -drivers. - -## Setup - -### Windows - -* Windows 10 or later -* [Visual Studio 2022](https://www.visualstudio.com/downloads/) -* Windows 11 SDK version 10.0.17134.0 or later - -``` -git clone https://github.com/WinDurango-project/WinDurango.git -cd WinDurango -git submodule update --init -``` - -### Dumping Xbox Winmds - -COMING SOON - -### Converting Winmds to IDLs - -COMING SOON - -Open WinDurango.sln - -Select Build > Build Solution - -### Debugging Xbox Games - -COMING SOON diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md deleted file mode 100644 index 8b13789..0000000 --- a/docs/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/STYLE_GUIDE.md b/docs/STYLE_GUIDE.md deleted file mode 100644 index 8b13789..0000000 --- a/docs/STYLE_GUIDE.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index af5626b..0000000 --- a/docs/index.html +++ /dev/null @@ -1 +0,0 @@ -Hello, world!