diff --git a/README.md b/README.md index bbf86660..2a2fb705 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ iOS SDK if you want to build for iOS. xcode-select --install ``` -Then you can build `libkiwix` +Then you can build `libkiwix` ```sh git clone https://github.com/kiwix/kiwix-build.git @@ -134,8 +134,17 @@ Once we are happy with the quality of the app in TestFlight, we can send it for If all that is done, we should create a PR, incrementing the version number of the project (see: `project.yml`), and the deployment cycle can start again. +## Reporting a bug + +* Bug reports and features requests should be done [online](https://github.com/kiwix/apple/issues). +* Follow [issue reporting good + practices](https://github.com/kiwix/overview/blob/main/REPORT_BUG.md). +* On macOS - if requested by a maintainer - pack your Kiwix app + container with the following command (then make it available + somewhere online): `tar -czvf ~/Documents/self.Kiwix.tgz + ~/Library/Containers/self.Kiwix`. ## License [GPLv3](https://www.gnu.org/licenses/gpl-3.0) or later, see -[LICENSE](LICENSE) for more details. \ No newline at end of file +[LICENSE](LICENSE) for more details.