Skip to content

Commit 29a5888

Browse files
committed
docs: refresh the project README
1 parent 0dc9054 commit 29a5888

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ FlashForge WebUI is a lightweight, standalone web interface for monitoring and c
3838

3939
<div align="center">
4040
<h2>Supported Printers</h2>
41-
<p>FlashForge WebUI supports a wide range of FlashForge printers through its adaptable backend architecture.</p>
4241
</div>
4342

43+
FlashForge WebUI supports a wide range of FlashForge printers through its adaptable backend architecture.
44+
4445
<div align="center">
4546

4647
| Series | Models | API Type |
@@ -70,9 +71,10 @@ FlashForge WebUI is a lightweight, standalone web interface for monitoring and c
7071

7172
<div align="center">
7273
<h3>Pre-built Binaries</h3>
73-
<p>Download the appropriate binary for your platform from the <a href="https://github.com/Parallel-7/FlashForgeWebUI/releases">Releases</a> page:</p>
7474
</div>
7575

76+
Download the appropriate binary for your platform from the [Releases](https://github.com/Parallel-7/FlashForgeWebUI/releases) page:
77+
7678
<div align="center">
7779

7880
| Platform | Binary | Notes |
@@ -86,6 +88,8 @@ FlashForge WebUI is a lightweight, standalone web interface for monitoring and c
8688

8789
</div>
8890

91+
**Raspberry Pi Users:** Use `flashforge-webui-linux-arm64` for 64-bit Raspberry Pi OS, or `flashforge-webui-linux-armv7` for 32-bit.
92+
8993
```bash
9094
# Make the binary executable (Linux/macOS)
9195
chmod +x flashforge-webui-linux-arm64
@@ -119,26 +123,23 @@ npm start
119123
npm start -- --last-used
120124
```
121125

122-
<div align="center">
123-
<h3>Development Mode:</h3>
124-
</div>
125-
126+
**Development Mode:**
126127
```bash
127128
# Build and watch for changes with hot reload
128129
npm run dev
129130
```
130131

131132
<div align="center">
132133
<h2>Usage</h2>
133-
<p>After starting the server, open your browser and navigate to:</p>
134134
</div>
135135

136+
After starting the server, open your browser and navigate to:
137+
136138
```
137139
http://localhost:3000
138140
```
139-
<div align="center">
140-
<p>Or if accessing from another device on your network:</p>
141-
</div>
141+
142+
Or if accessing from another device on your network:
142143

143144
```
144145
http://<server-ip>:3000
@@ -165,9 +166,9 @@ http://<server-ip>:3000
165166

166167
<div align="center">
167168
<h2>Configuration</h2>
168-
<p>The application automatically creates a configuration file at data/config.json on first run.</p>
169169
</div>
170170

171+
The application automatically creates a configuration file at `data/config.json` on first run.
171172

172173
<div align="center">
173174

@@ -231,7 +232,7 @@ npm run build:mac-arm # macOS ARM (Apple Silicon)
231232
| --- | --- |
232233
| **[ff-5mp-api-ts](https://github.com/GhostTypes/ff-5mp-api-ts)** | FlashForge API Client Library |
233234
| **[slicer-meta](https://github.com/Parallel-7/slicer-meta)** | Printer Metadata & Model Utilities |
234-
| **[FlashForgeUI-Electron](https://github.com/Parallel-7/FlashForgeUI-Electron)** | Original Desktop Application |
235-
| [**Spoolman**](https://github.com/Donkie/Spoolman) | Filament Management |
235+
| **FlashForgeUI-Electron** | Original Desktop Application |
236+
| **Spoolman** | Filament Management |
236237

237238
</div>

0 commit comments

Comments
 (0)