-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading to a new major release of macOS #25
base: master
Are you sure you want to change the base?
Conversation
I'm not setup to see how this looks on our site, but like the idea! Anyone else? |
Looks good to me, although I also only looked at the HTML and not a rendered version. |
|
||
<ol> | ||
<li>Install the latest version of <a href="<?php print $guide_url . '#installing.xcode'; ?>">Xcode and the Xcode Command Line Tools</a></li> | ||
</li><a href="<?php print $trac_url . '/wiki/Migration#config'; ?>">Update your macports.conf</a> (if not default)</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surely we should be consistent about whether or not there is a /
before wiki
. I am guessing that there should not be a slash.
You have a closing </li>
tag at the beginning of this line that should be an opening tag instead.
<ol> | ||
<li>Install the latest version of <a href="<?php print $guide_url . '#installing.xcode'; ?>">Xcode and the Xcode Command Line Tools</a></li> | ||
</li><a href="<?php print $trac_url . '/wiki/Migration#config'; ?>">Update your macports.conf</a> (if not default)</li> | ||
<li>Reinstall MacPorts for your version of the Mac operation system</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word is "operating system", not "operation system" but let's just say "macOS", shall we?
Having a section help user to understand they have to do that when upgrading to a new major release and give an quick overview.