Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #55 from NordicSemiconductor/update/show-mac-as-su…
Browse files Browse the repository at this point in the history
…pported

Show mac as available platform for Toolchain manager
  • Loading branch information
nicolai-nordic authored Jul 6, 2021
2 parents b7ccf59 + 51714ea commit 85289e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.1.4
### Updates
- Mention that Toolchain Manager is supported on Mac explicitly

## Version 1.1.3
### Updates
- Add deprecation warning for Mac
Expand Down
2 changes: 1 addition & 1 deletion lib/components/CourseView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const DeprecationWarning = () => (deprecated ? (
the <b>Toolchain Manager</b>.
</p>
<p className="mb-0">
The Toolchain Manager is available for Windows operating systems and installs
The Toolchain Manager is available for Windows and Mac operating systems and installs
the full toolchain that you need to work with the nRF Connect SDK, including
SEGGER Embedded Studio and the nRF Connect SDK source code.
</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pc-nrfconnect-gettingstarted",
"version": "1.1.3",
"version": "1.1.4",
"displayName": "Getting Started Assistant",
"description": "Guide for setting up toolchains and getting the code for nRF Connect SDK",
"repository": {
Expand Down

0 comments on commit 85289e0

Please sign in to comment.