Skip to content

Commit

Permalink
fix(docs): Change support for Linux in compatibility table (#839)
Browse files Browse the repository at this point in the history
Since we've added a support of Radon IDE for Linux
(#829), it's time to
change its support in compatibility table 😄
This PR changes the value of compatibility for Linux, indicating that
this system is officially supported from now on.

### How Has This Been Tested: 

Manually, by building the `docs` package and running it in development
mode with `yarn start`.
  • Loading branch information
tboba authored Feb 12, 2025
1 parent 9879422 commit f51abf3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/docs/docs/getting-started/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,10 @@ Due to the complexity and a non-standard nature of the brownfield development th
| | iOS | Android |
| ------- | ------ | ------------------------ |
| macOS | <Yes/> | <Yes/> |
| Linux | <No/> | <Yes/> |
| Windows | <No/> | <Maybe label="In Beta"/> |
| Linux | <No/> | <No/> |

</div>
You can use Radon IDE on Windows using free Beta license.
<br/>
<br/>

While running Radon IDE on Linux is technically possible, we do not have enough development capacity to add it.
If you want to contribute the support for Linux please consult [this issue](https://github.com/software-mansion/radon-ide/issues/688).

0 comments on commit f51abf3

Please sign in to comment.