Skip to content

Commit 584095a

Browse files
committed
Update README.md to downplay MacOS support.
1 parent de6783e commit 584095a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# gf – A Modern GDB Frontend
22

33
[![Linux](https://github.com/greg7mdp/gf/actions/workflows/linux.yml/badge.svg)](https://github.com/greg7mdp/gf/actions/workflows/linux.yml)
4-
[![macOS](https://github.com/greg7mdp/gf/actions/workflows/macos.yml/badge.svg)](https://github.com/greg7mdp/gf/actions/workflows/macos.yml)
4+
55

66

77
**[Features](#features)****[Installation](#installation)****[Quick Start](#quick-start)****[Documentation](#documentation)****[Configuration](#configuration)****[Contributing](doc/contributing.md)****[Contributors](#contributors)**
@@ -76,7 +76,7 @@ tar -xzf gf-VERSION-linux-x86_64.tar.gz
7676
- GDB (15.2+ recommended for best C++ expression evaluation)
7777
- **Linux**: X11, FreeType
7878
- **Windows**: Native Win32
79-
- **MacOS**: XQuartz (X11), (builds, but untested so likely does not work! [See issue #52])
79+
- **MacOS**: XQuartz (X11), (builds, does not support lldb)
8080

8181
#### Building
8282

0 commit comments

Comments
 (0)