Change download link to 1.0.0-beta.6
parent
2c8b32978a
commit
12508be02f
|
@ -15,4 +15,5 @@ John Tsiombikas <https://github.com/jtsiomb>
|
|||
Jared Deckard <https://github.com/deckar01>
|
||||
Brandon Vandegrift <https://github.com/bmv437>
|
||||
iKlsR <https://github.com/iKlsR>
|
||||
Jimmy Gunawan <https://github.com/enzyme69>
|
||||
Jimmy Gunawan <https://github.com/enzyme69>
|
||||
mikeruddy <https://github.com/mikeruddy>
|
|
@ -3,22 +3,22 @@ Download and Install Dust3D
|
|||
|
||||
* 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.
|
||||
|
||||
* 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:
|
||||
|
||||
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
|
||||
|
||||
$ chmod a+x ./dust3d-1.0.0-beta.4-x86_64.AppImage
|
||||
$ ./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.6-x86_64.AppImage
|
||||
|
||||
* Build on Your Own:
|
||||
|
||||
|
|
Loading…
Reference in New Issue