From 32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 17 Mar 2026 23:19:43 -0500 Subject: v1.0 --- README.md | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..95d8895 --- /dev/null +++ b/README.md @@ -0,0 +1,102 @@ +# Hutch + +
+ Hutch App Logo +
+

Hutch

+

An iOS client for Sourcehut

+
+
+ + +![Hutch App Logo]() + +## Table of Contents + +- [Introduction](#introduction) + +- [Installation](#installation) +- [Usage](#usage) +- [Contributing](#contributing) +- [License](#license) +- [Contact](#contact) + +## Introduction + +**Hutch** is a native Swift client on iOS for [Sourcehut](https://sr.ht). + + + +## Installation + +To get started with Hutch, follow these steps: + +1. Clone the repository: `git clone + https://github.com/ccleberg/Hutch.git` +2. Open the project in Xcode. +3. Run the app on your device or simulator. + +## Usage + +Provide instructions on how to use the app. You might include: + +- **Step 1**: To login, use a PAT in Sourcehut's portal: + https://meta.sr.ht/oauth2/personal-token +- **Step 2**: Navigate the app the same way you'd navigate Sourcehut. +- **Step 3**: If something doesn't work as expected, send us an email! + +## Contributing + +Contributions are welcome! Please follow these steps: + +1. Fork the repository. +2. Create a new branch for your feature (`git checkout -b feature-xyz`). +3. Make your changes. +4. Commit your changes and push to the branch. +5. Open a pull request. + +## License + +This project is licensed under the GPL 3.0 or later License. See the +[LICENSE](LICENSE) file for more information. + +## Contact + +For questions or feedback, please reach out to [hello@cleberg.net]. + +--- + +Thank you for checking out **Hutch**! We hope you find it useful and enjoyable. -- cgit v1.2.3