From e4da70cd989befbd681e0eed01001806bca37c60 Mon Sep 17 00:00:00 2001 From: "Sinha, Abhinav" Date: Fri, 23 Sep 2022 10:46:45 -0400 Subject: [PATCH] add known issue with M1 in readme #6 --- .gitignore | 5 ++++- README.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a587f6..4d781d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .idea ENV -ExampleNotebooks/.ipynb_checkpoints \ No newline at end of file +ExampleNotebooks/.ipynb_checkpoints + +# Mac files +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 558118a..a10e16a 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,6 @@ ##### Start Tracing Server 1. `sudo python3 tools/tracing-server/strace_server.py` + +#### Known Issues +- [Issue with Mac M1](https://github.com/SciGaP/iPython-Kerner-Changes/issues/8#issue-1383841536)