From 97271a5c2c9ab7e475e531a9d94a0506c10783ec Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 26 Mar 2026 11:46:32 +1300 Subject: README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5835813 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# cinnamon + +A lightweight vim-like browser written in C, powered by WebKit2GTK-4.1 and GTK3. + +## Disclaimer + +I request that none of this code, in part or in full, be hosted on GitHub, SourceForge, or any other proprietary platform. This request is made out of respect for both me, the developer, and you, the user. + +## Supported platforms + +Linux/BSD (GTK is not supported on Windows/Mac) + +## Installation + +To install this software, you must compile it from source. Don't worry, it should only take 5 seconds or less even on a low-powered computer. On my M2 MacBook Pro (running Arch Linux ARM), it takes about 0.3 seconds. + +1. Clone the source code: `git clone https://git.arslaancodes.com/cinnamon-browser.git` +2. Enter the source code directory: `cd cinnamon-browser` +3. Compile the source code: `make all` +4. Copy the binary to /usr/bin (run as root): `cp ./cinnamon /usr/bin/cinnamon` -- cgit v1.2.3