You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Alternatively, download manually and run `sudo pacman -U <downloaded file>.pacma
72
72
73
73
### MacOS
74
74
75
-
> :warning: As of now, the M1 (arm64) build is non-functional due to [electron-userland/electron-builder#5850](https://github.com/electron-userland/electron-builder/issues/5850), you can try using the regular build thanks to Rosetta. You can also try using the arm64 zip build that might work.
75
+
> :warning: As of now, the M1 (arm64) build might be non-functional due to [electron-userland/electron-builder#5850](https://github.com/electron-userland/electron-builder/issues/5850), you can try using the regular build thanks to Rosetta. You can also try using the arm64 zip build that might work.
76
76
77
77
We also build the enhanced variant for MacOS but there are no concrete instructions as I have no way of trying the builds for myself.
78
78
@@ -86,19 +86,20 @@ Please, take look at the official instructions from Apple on how to install unsi
86
86
87
87
If you find yourself not being able to use our builds, please create an issue with any and all information you can provide on how to reproduce and debug this issue. Screenshots and terminal logs are vital to being able to reproduce and fix the issues.
88
88
89
-
If you have an issue with the enhanced variant, please try using the vanilla variant. This step is crucial on the way to figuring our the root of the issue. Do not create issues in notion-enhancer before making sure it's not our fault, we modify notion-enhancer's internals heavily.
89
+
If you have an issue with the enhanced variant, please try using the vanilla variant. This step is crucial on the way to figuring our the root of the issue.
90
90
91
91
## Contributing
92
92
93
93
Any contribution is welcome, be it documentation, code improvements or fixes.
94
-
We don't plan on improving notion-enhancer, we aim to be compatible with it and track their changes.
94
+
95
+
For issues or feature requests and it's related to the enhanced version, consider submitting it to the proper repo under the [https://github.com/notion-enhancer](notion-enhancer organization), unless you have an issue specific to this repackaged version.
95
96
96
97
## Disclaimer
97
98
98
99
This project extracts the source code of the publicly-available binaries on the [official Notion website](https://www.notion.so/desktop), meaning all code contained within our packages is owned by Notion.
99
100
100
-
Additionally, in the enhanced variant, we embed [notion-enhancer](https://github.com/notion-enhancer/notion-enhancer) which is MIT licensed. All code contained in the `embedded_enhancer` directory and the icons in the `assets` directory are owned by them.
101
+
Additionally, in the enhanced variant, we embed [notion-enhancer](https://github.com/notion-enhancer/notion-enhancer) which is MIT licensed.
101
102
102
-
This project is made as a best-effort, integrating and supporting all Linux distributions as well as other OSes like Mac and Windows is very complicated.
103
+
This project is made as a best-effort, integrating and supporting all Linux distributions as well as other OSes like Mac and Windows is very complicated.
103
104
104
105
We are not liable for any problems caused by this (or included) software.
0 commit comments