Skip to content

Commit 57eba05

Browse files
committed
Updated to 1.0.0.
1 parent 17ec909 commit 57eba05

File tree

4 files changed

+13
-49
lines changed

4 files changed

+13
-49
lines changed

en/download.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ i18n: en
66

77
# Download Mu
88

9-
<div class="panel panel-warning">
10-
<div class="panel-heading"><h3 class="panel-title">THIS IS BETA SOFTWARE!</h3></div>
11-
<div class="panel-body">
12-
<p>Mu is in the closing stages of a final 1.0 release. As a result it is
13-
still considered BETA software and this reflects how the installer
14-
currently works and you may encounter bugs (<a href="/en/howto/bugs">please report them!</a>).
15-
Please read the instructions for your installer for more information.</p>
16-
</div>
17-
</div>
18-
19-
209
There are many ways to install Mu. The simplest is to download the official
2110
installer for Windows or Mac OSX. If you're a more advanced user you can use
2211
Python's built-in `pip` tool. Some Linux distributions come with Mu packaged
@@ -33,8 +22,8 @@ Each option is outlined below:
3322
<img src="/img/windows_logo.png" alt="Windows Logo">
3423
<div class="caption">
3524
<h3>Windows Installer</h3>
36-
<p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.rc.1/mu-editor_rc1_win32.exe" class="btn btn-primary" role="button">32-bit</a>
37-
<a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.rc.1/mu-editor_rc1_win64.exe" class="btn btn-primary" role="button">64-bit</a>
25+
<p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0/mu-editor_1.0_win32.exe" class="btn btn-primary" role="button">32-bit</a>
26+
<a href="https://github.com/mu-editor/mu/releases/download/v1.0.0/mu-editor_1.0_win64.exe" class="btn btn-primary" role="button">64-bit</a>
3827
<a href="/en/howto/install_windows" class="btn btn-default" role="button">Instructions</a></p>
3928
</div>
4029
</div>
@@ -44,7 +33,7 @@ Each option is outlined below:
4433
<img src="/img/apple_logo.png" alt="Apple Logo">
4534
<div class="caption">
4635
<h3>Mac OSX Installer</h3>
47-
<p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.rc.1/mu-editor_rc1_osx.dmg" class="btn btn-primary" role="button">Download</a>
36+
<p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0/mu-editor_1.0_osx.dmg" class="btn btn-primary" role="button">Download</a>
4837
<a href="/en/howto/install_macos" class="btn btn-default" role="button">Instructions</a></p>
4938
</div>
5039
</div>

en/howto/install_macos.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -60,35 +60,15 @@ Mu will install into the Applications folder on your Mac.
6060
<br/>
6161
</div>
6262

63-
<div class="panel panel-warning">
64-
<div class="panel-heading"><h3 class="panel-title">THIS IS BETA SOFTWARE!</h3></div>
65-
<div class="panel-body">
66-
<p>Mu is in the closing stages of a final 1.0 release. As a result it is
67-
still considered BETA software and this reflects how the installer
68-
currently works.</p>
69-
70-
<p>Put simply, we currently don't sign the installer so
71-
OSX complains about Mu coming from an unknown publisher. When the Mu
72-
1.0 is finally we won't have this issue.</p>
73-
74-
<p>We've outlined the extra steps needed to help OSX start Mu for the first
75-
time (you'll never have to repeat this step unless you re-install another
76-
beta version of Mu).</p>
77-
78-
<p>Hold down the "ctrl" key, click the Mu icon</strong> to display the menu shown below:</p>
79-
<img src="/img/en/howto/beta/osx_beta1.png" alt="CTRL-click" class="img-responsive center-block img-rounded movie"/><br/>
80-
81-
<p>Click "Open".</p>
82-
83-
<p>OSX will "verify" Mu.</p>
84-
<img src="/img/en/howto/beta/osx_beta2.png" alt="Verify Mu" class="img-responsive center-block img-rounded movie"/><br/>
85-
86-
<p>To launch Mu click "Open".</p>
87-
<img src="/img/en/howto/beta/osx_beta3.png" alt="Click Open" class="img-responsive center-block img-rounded movie"/><br/>
88-
<p><strong>This can take some time as OSX checks the Mu package, but you'll only ever have to do them once.</strong></p>
89-
</div>
63+
Double-click on the Mu icon. You'll see a dialog to check you want to open
64+
Mu. Click "Open":
65+
66+
<div class="row">
67+
<img src="/img/en/howto/open_mu_osx.png" alt="Click to Open" class="img-responsive center-block img-rounded"/><br/>
9068
</div>
9169

70+
**This can take some time as OSX checks the Mu package, but you'll only ever have to do it once.**
71+
9272
+ Next time you launch Mu you will be able to just double click the Mu icon.
9373

9474
<div class="row">

en/howto/install_windows.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,11 @@ There is also [advice on Microsoft's website](https://support.microsoft.com/en-u
5757
+ Double-click the installer to run it.
5858

5959
<div class="alert alert-warning" role="alert">
60-
<h3>THIS IS BETA SOFTWARE!</h3>
61-
<p>Mu is in the closing stages of a final 1.0 release. As a result it is
62-
still considered BETA software and this reflects how the installer
63-
currently works.</p>
60+
<h3>THIS IS SOFTWARE FROM THE INTERNET!</h3>
6461

65-
<p>Put simply, we currently don't sign the installer so
66-
Windows complains about Mu coming from an unknown publisher. When the Mu
67-
1.0 is finally released the installer won't have this issue.</p>
62+
<p>Windows complains about Mu coming from the internet.</p>
6863

69-
<p>In any case, we've outlined the extra steps needed to help Windows
64+
<p>As a result, we've outlined the extra steps needed to help Windows
7065
install Mu for both Windows 7 and Windows 10 (other versions of Windows
7166
will be similar).</p>
7267

img/en/howto/open_mu_osx.png

110 KB
Loading

0 commit comments

Comments
 (0)