Skip to content

Commit 0f02d51

Browse files
committed
remove mentions of outdated systems and app versions
1 parent 3f53e5b commit 0f02d51

File tree

5 files changed

+2
-25
lines changed

5 files changed

+2
-25
lines changed

developing/getting-started.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ itch is built in TypeScript and runs inside of Electron.
44

55
To get started, ensure you have a modern version of [node.js](https://nodejs.org/) installed.
66

7-
> Linux distributions may ship outdated node.js versions
8-
> Use the nodesource [binary distributions](https://github.com/nodesource/distributions/) to get an up-to-date one.
9-
107
Then, clone the [https://github.com/itchio/itch](https://github.com/itchio/itch) repository somewhere.
118

129
Install the javascript dependencies by running the following command from within the `itch` directory you've just cloned:

installing/linux/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Installing on Linux
22

3-
These instructions apply to itch v25 and up.
4-
5-
> If you have an older version of the app installed, uninstall it before
6-
> following those instructions.
7-
83
Simply head to [https://itch.io/app](https://itch.io/app) and grab the Linux installer.
94

105
## Installing
@@ -24,13 +19,6 @@ shows up in the top right corner.
2419

2520
Clicking it allows you to restart into the new version.
2621

27-
> The APT and YUM repositories are no longer officially supported.
28-
>
29-
> [the itch installer](https://github.com/itchio/itch-setup) is open-source, and purpose-built on top of the same technology as [butler](https://github.com/itchio/butler), our diffing and patching solution.
30-
>
31-
> Please open issues directly on the itch-setup repository if you
32-
> encounter issues or if it doesn't cater to your use-case!
33-
3422
## Uninstalling
3523

3624
Run `~/.itch/itch-setup --uninstall` to uninstall itch from your system.

installing/macos.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
> If it doesn't launch the first time - try a second time. We're looking
77
> into that particular issue.
88
9-
Note: before v25, itch used to install in `/Applications/itch.app`. It now installs
10-
per-user, in `~/Applications/itch.app`. You might want to remove the former before
11-
(or after) installing itch v25.
12-
139
### Verifying the app
1410

1511
All our OSX binaries are signed by a Developer ID certificate to the name of [itch corp.](https://github.com/itch.io), and you can verify them by running the following command in a terminal:

installing/windows.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ Clicking it allows you to restart into the new version.
4444

4545
## Uninstalling
4646

47-
itch can be uninstalled from the **Apps & Features** section of the Windows 10 settings:
47+
itch can be uninstalled from the **Apps & Features** section of the Windows settings:
4848

4949
![](/assets/win10-uninstall.png)
5050

51-
For older Windows versions, use the Control Panel as usual.
52-
5351
> Note: uninstalling the itch.io app does not wipe the `%APPDATA%\itch` folder, which contains all your installed games, local database, web session data and cache, and so on.
5452
>
5553
> If you really want to delete it all, you'll need to take care of that folder too.

integrating/compatibility-policy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ But in reality:
4545

4646
All tiers below platinum have the following inconvenients:
4747

48-
* **No automatic upgrades**. With different uploads, there's no way for the itch app to tell _for sure_ what needs to be upgraded to what, so it just doesn't update at all.[^4]
48+
* **No automatic upgrades**. With different uploads, there's no way for the itch app to tell _for sure_ what needs to be upgraded to what, so it just doesn't update at all.
4949
* **No integrity check** - it's reinstall or nothing.
5050

5151
However, installs still don't require additional disk space, or administrator privileges, and uninstalls are instant.
@@ -208,8 +208,6 @@ Here's a non-exhaustive list of installer creators we don't support:
208208

209209
[^3]: There's a whole book to be written about our patching system - and it would be a good book, too! For now, let's stay humble and just mention that it routinely outperforms commercial patching solutions.
210210

211-
[^4]: Versions of the itch.io app up to 23.x used to take guesses as to non-butler-uploads updates. It caused more problems than it solved, so that's no longer the case.
212-
213211
[^5]: The actual sentiment is more along the lines of "everything else has significant drawbacks and no amount of GitHub comments would convince us otherwise at this point in time", but that doesn't roll off the tongue quite as easily.
214212

215213
[^6]: The fact that malware authors love it, the amount of password-protected archives out there, the fact that at least 3 major versions are in use in the wild \(Rar2, Rar3, Rar5\), and that it reminds one about the golden age of Rare, the one from Twycross Leicestershire.

0 commit comments

Comments
 (0)