Skip to content

Commit

Permalink
update readme to support MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Rainer Schoenberger <[email protected]>
  • Loading branch information
rainerschoe committed Sep 25, 2024
1 parent eea48fe commit ed2f430
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,20 @@ What is working:
- Calling RPCs (unary + streaming)
- Input and output of all protocol buffer types
- Security: SSL is supported
- Performance: Caching of reflection queries

Some notable things which are not yet working:

- Using Proto files instead of Reflection API (currently gWhisper only works with servers which have reflection enabled)
- Performance: Caching of reflection queries

## Supported platforms

Development and testing is done on Fedora Linux 33 and Arch Linux.
We expect no bigger problems with building and running this software on different linux distributions.
We support the following platforms:
- Linux
- MacOS

Development is done on Fedora Linux and Arch Linux.
CI tests are run on `ubuntu-latest` and `macos-latest` GitHub Action runners.

## Reporting issues

Expand Down

0 comments on commit ed2f430

Please sign in to comment.