Skip to content

Commit

Permalink
Refactor README.md for improved readability and clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
maizied.majumder committed Oct 24, 2024
1 parent cf13a73 commit e2e59e7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Linpad

<img src="./lin_logo.webp" alt="Linpad Logo" width="200" height="200">

**Linpad** is a minimalist text editor for Ubuntu, featuring syntax highlighting, word count functionality, and a clean user interface. It's designed for developers and casual users alike, providing basic text editing functions with plans for continuous improvement.
Expand All @@ -10,8 +9,10 @@
- Word count functionality.
- Replace and find functionality.
- Toggle between dark and light modes.
- Zoom in and out
- Font customization
- Zoom in and out.
- Font customization.
- Undo and redo actions.
- Auto-save functionality.
- Open-source and available for community contributions.

## Folder Structure
Expand Down Expand Up @@ -65,8 +66,7 @@ You can download the `.deb` package for **Linpad** directly from this repository

[Download Linpad.deb package](https://github.com/Maijied/linpad/releases/download/open-source-ubuntu-text-editor/linpad_v1.0.1-beta.deb)

Alternatively, you can download the latest build artifacts from our GitHub Actions workflow:

Alternatively, you can download the latest build artifacts from our GitHub Actions workflow.

## Installation

Expand Down Expand Up @@ -109,7 +109,7 @@ Alternatively, you can download the latest build artifacts from our GitHub Actio
python3 linpad.py
```

## Installation via Setup script
## Installation via Setup Script

To install Linpad, you can use the provided `setup.sh` script.

Expand All @@ -120,8 +120,9 @@ To install Linpad, you can use the provided `setup.sh` script.
```bash
chmod +x setup.sh
```

2. **Run the Script:**
Then, you can run the setup script with::
Then, you can run the setup script with:
```bash
./setup.sh
```
Expand Down Expand Up @@ -174,4 +175,4 @@ If you encounter any issues or have suggestions for improvement, feel free to op

---

*Linpad is designed to be lightweight and functional, with many features planned for the future. Join us in developing and improving Linpad!!*
*Linpad is designed to be lightweight and functional, with many features planned for the future. Join us in developing and improving Linpad!*

0 comments on commit e2e59e7

Please sign in to comment.