diff options
| author | dundargoc <gocdundar@gmail.com> | 2025-02-20 11:52:03 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-03-15 15:00:44 +0100 |
| commit | 026cfa28d0dccb7f1832d6fcca378518a4082fdb (patch) | |
| tree | 2ef784adf7e85441cc418e8c4c6e0716f35077e0 /.github/workflows | |
| parent | a41b6fd17341d9e6dbbc7d7806060603ab3a9b7e (diff) | |
| download | rneovim-026cfa28d0dccb7f1832d6fcca378518a4082fdb.tar.gz rneovim-026cfa28d0dccb7f1832d6fcca378518a4082fdb.tar.bz2 rneovim-026cfa28d0dccb7f1832d6fcca378518a4082fdb.zip | |
docs: misc
Co-authored-by: Au. <acehinnnqru@gmail.com>
Co-authored-by: Daniel Rainer <daniel.rainer@localhost>
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Co-authored-by: Lewis Russell <lewis6991@gmail.com>
Co-authored-by: Luuk van Baal <luukvbaal@gmail.com>
Co-authored-by: Pierre Barbin <pierre@heitzsystem.com>
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Co-authored-by: phanium <91544758+phanen@users.noreply.github.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/notes.md b/.github/workflows/notes.md index 7de7a3470b..ac66e0a816 100644 --- a/.github/workflows/notes.md +++ b/.github/workflows/notes.md @@ -36,7 +36,7 @@ Note: On Windows "Server" you may need to [install vcruntime140.dll](https://lea ### Linux (x86_64) -glibc 2.35 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). +If your system does not have the [required glibc version](https://neovim.io/doc/user/support.html#supported-platforms), try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). #### AppImage |