blob: 583581381577bd3b8f9ddcbca95a7dd7aa0e3d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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`
|