Change download link to 1.0.0-beta.6

master
Jeremy Hu 2018-12-02 09:28:52 +09:30
parent 2c8b32978a
commit 12508be02f
2 changed files with 7 additions and 6 deletions

View File

@ -15,4 +15,5 @@ John Tsiombikas <https://github.com/jtsiomb>
Jared Deckard <https://github.com/deckar01> Jared Deckard <https://github.com/deckar01>
Brandon Vandegrift <https://github.com/bmv437> Brandon Vandegrift <https://github.com/bmv437>
iKlsR <https://github.com/iKlsR> iKlsR <https://github.com/iKlsR>
Jimmy Gunawan <https://github.com/enzyme69> Jimmy Gunawan <https://github.com/enzyme69>
mikeruddy <https://github.com/mikeruddy>

View File

@ -3,22 +3,22 @@ Download and Install Dust3D
* For Windows: * For Windows:
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.4/dust3d-1.0.0-beta.4-x86.zip https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.6/dust3d-1.0.0-beta.6-x86.zip
No need to install, unzip and run the exe. No need to install, unzip and run the exe.
* For Mac OS X: * For Mac OS X:
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.4/dust3d-1.0.0-beta.4.dmg https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.6/dust3d-1.0.0-beta.6.dmg
* For Linux: * For Linux:
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.4/dust3d-1.0.0-beta.4-x86_64.AppImage https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.6/dust3d-1.0.0-beta.6-x86_64.AppImage
.. code-block:: none .. code-block:: none
$ chmod a+x ./dust3d-1.0.0-beta.4-x86_64.AppImage $ chmod a+x ./dust3d-1.0.0-beta.6-x86_64.AppImage
$ ./dust3d-1.0.0-beta.4-x86_64.AppImage $ ./dust3d-1.0.0-beta.6-x86_64.AppImage
* Build on Your Own: * Build on Your Own: