Skip to content

Commit 3a582fa

Browse files
Update README.md
1 parent 14994da commit 3a582fa

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,44 @@
22

33
[![CodeQuill](https://img.shields.io/badge/CodeQuill-Code%20Editor%20and%20Storage-blue)](https://github.com/codingwithkid/codequill)
44

5-
[![Logo](app/favicon.ico)](https://github.com/The-Best-Codes/codequill)
5+
<!-- [![Logo](app/favicon.ico)](https://github.com/The-Best-Codes/codequill) -->
66

77
<img src=".assets/codequill_main_logo.png" alt="logo" for="cover" />
88

9+
## How to install CodeQuill on Linux
10+
11+
Installing CodeQuill on Linux (Ubuntu is preferred) is straightforward.
12+
13+
Here are the steps to install your app:
14+
15+
1. Open a terminal on your device.
16+
17+
2. Navigate to your home directory:
18+
```
19+
cd ~
20+
```
21+
22+
3. Download the installation script using curl:
23+
```
24+
curl -O https://raw.githubusercontent.com/The-Best-Codes/codequill/main/.device_scripts/codequill.sh
25+
```
26+
27+
4. Make the downloaded script executable:
28+
```
29+
chmod +x codequill.sh
30+
```
31+
32+
5. Run the installation script:
33+
```
34+
./codequill.sh
35+
```
36+
37+
6. Wait for the installation process to complete. The script will install CodeQuill and any necessary dependencies.
38+
39+
7. Once the installation is finished, you should be able to use CodeQuill on your device.
40+
41+
---
42+
943
CodeQuill is a web-based code editor designed to offer a free, easy, and efficient way to organize, store, edit, and share code snippets directly from your device. Whether you're working on personal projects or simply storing snippets for future reference, CodeQuill provides a seamless experience for managing your code.
1044

1145
## Features

0 commit comments

Comments
 (0)