Skip to content

Commit 8769035

Browse files
committed
doc: udpate installation section
1 parent bb7cae8 commit 8769035

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Fusion is an RSS aggregator and reader with:
88
- Support RSS, Atom, JSON types feed
99
- Responsive, Light/Dark mode, PWA
1010
- Lightweight, Self-hosted friendly
11-
- Build with Golang and SQLite, Deploy with a single binary
12-
- Pre-build Docker image
13-
- Run with about 70MB of memory
11+
- Built with Golang and SQLite, Deploy with a single binary
12+
- Pre-built Docker image
13+
- Uses about 80MB of memory
1414

1515
## Installation
1616

@@ -22,10 +22,7 @@ docker run -it -d -p 8080:8080 -v $(pwd)/fusion:/data \
2222
rook1e404/fusion
2323
```
2424

25-
<details>
26-
<summary><b>Other methods</b></summary>
27-
28-
### 2. Pre-build binary
25+
### 2. Pre-built binary
2926

3027
Download an release, edit `.env`, then run:
3128

@@ -53,10 +50,8 @@ cd build
5350
./fusion
5451
```
5552

56-
</details>
57-
5853
## Credits
5954

60-
- Frontend is built with: [Sveltekit](https://github.com/sveltejs/kit), [shadcn-svelte](https://github.com/huntabyte/shadcn-svelte)
61-
- Backend is built with: [Echo](https://github.com/labstack/echo), [GORM](https://github.com/go-gorm/gorm)
55+
- Front-end is built with: [Sveltekit](https://github.com/sveltejs/kit), [shadcn-svelte](https://github.com/huntabyte/shadcn-svelte)
56+
- Back-end is built with: [Echo](https://github.com/labstack/echo), [GORM](https://github.com/go-gorm/gorm)
6257
- Parsing feed with [gofeed](https://github.com/mmcdole/gofeed)

0 commit comments

Comments
 (0)