Skip to content

Commit 3c3649e

Browse files
authored
CLIENT-SPECIFICATION: add macos recommendation (#7514)
1 parent 3ed8d56 commit 3c3649e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CLIENT-SPECIFICATION.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ The main version of every page is stored inside (but not directly) the `pages` d
8585
- `osx/`
8686
- ...etc.
8787

88-
Additional platforms MAY be added in the future. Clients MAY NOT support new platforms (though such support is RECOMMENDED), but MUST NOT break if additional platforms are added.
88+
It is RECOMMENDED that clients support `macos` as an alias for `osx`.
89+
90+
While clients do not need to support new platforms automatically (though such support is RECOMMENDED), they MUST NOT break if additional platforms are added to tldr-pages.
8991

9092
The pages themselves reside inside the appropriate platform folder, with the extension `.md`. Here are some example mappings:
9193

@@ -224,6 +226,9 @@ the form `vX.Y`) should be done immediately AFTER merging the version bump, as
224226
the commit hash changes when merging with squash or rebase.
225227
-->
226228

229+
- Unreleased
230+
- Add recommendation to support `macos` alias for `osx` ([#7514](https://github.com/tldr-pages/tldr/pull/7514))
231+
227232
- [v1.5, March 17th 2021](https://github.com/tldr-pages/tldr/blob/v1.5/CLIENT-SPECIFICATION.md) ([#5428](https://github.com/tldr-pages/tldr/pull/5428))
228233
- Add requirement for converting command names to lowercase before running the page resolution algorithm.
229234
- Use HTTPS for archive links.

0 commit comments

Comments
 (0)