Skip to content

Commit 1a7a4f8

Browse files
Update README.md
1 parent 6f34b0f commit 1a7a4f8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ graph LR
9797
- [macOS (Darwin)](#macos-darwin)
9898
- [Linux](#linux)
9999
- [Development Setup](#development-setup)
100+
- [Linux Automatic Installation](#linux-automatic-installation)
100101
3. [Daytona - Recommended Development](#daytona---recommended-development)
101102
4. [Development Server](#development-server)
102103
5. [Production Build and Deployment](#production-build-and-deployment)
@@ -121,9 +122,12 @@ graph LR
121122

122123
If you just want to use Chatter without setting up a development environment, you can download pre-built executables from the [Releases](https://github.com/The-Best-Codes/chatter/releases/latest) page.
123124

124-
> [!IMPORTANT]
125+
> [!NOTE]
125126
> Choose the correct executable for your operating system and CPU architecture (`modern` for newer CPUs, `base` for older ones).
126127
128+
> [!IMPORTANT]
129+
> If you see issues with `sharp` when you run the executable, navigate to the directory containing the `chatter` executable and run `npm install sharp`.
130+
127131
#### Windows
128132

129133
1. Download `windows-modern.zip` (or `windows-base.zip`).
@@ -169,6 +173,14 @@ If you want to contribute or modify the application, follow these steps:
169173
bun install
170174
```
171175
176+
### Linux Automatic Installation
177+
178+
If you are using a debian-based system, you can automate the installation process by running this command in your terminal:
179+
180+
```bash
181+
curl -s https://raw.githubusercontent.com/The-Best-Codes/chatter/refs/heads/master/.install_scripts/debian.sh -o install_chatter.sh && chmod +x install_chatter.sh && ./install_chatter.sh
182+
```
183+
172184
## Daytona - Recommended Development
173185
174186
> [!TIP]

0 commit comments

Comments
 (0)