fix
This commit is contained in:
parent
c26c395c13
commit
81afa3aa7b
1 changed files with 14 additions and 0 deletions
14
download.md
14
download.md
|
@ -15,11 +15,25 @@ image: /JceManager/assets/images/download.jpg
|
|||
- <i class="fa fa-windows"></i> Windows XP/7/8
|
||||
- <i class="fa fa-wrench"></i> [Installer][winInstaller]
|
||||
- <i class="fa fa-archive"></i> [Archive][winArch]
|
||||
|
||||
---
|
||||
|
||||
|
||||
- <i class="fa fa-apple"></i> OSX >= 10.0.6
|
||||
- 32bit ~Coming soon~
|
||||
- 64bit ~Coming soon~
|
||||
|
||||
---
|
||||
|
||||
- <i class="fa fa-linux"></i> Linux
|
||||
- [Installer][linux] - Make sure you have qt > 4.8 on your system
|
||||
to install:
|
||||
{% highlight bash %}
|
||||
#go to the directory of the installer
|
||||
~$ cd Downloads
|
||||
~/Downloads$ chmod +x ./JceManager-1.0-linux-x64.run
|
||||
# now you can run the setup file
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
[winInstaller]: ../assets/bin/windows/setup.exe
|
||||
|
|
Loading…
Reference in a new issue