Skip to content

Commit

Permalink
Update README.md to clarify sections and improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofl committed Dec 23, 2024
1 parent dba2df4 commit d2ce22e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Options:
```


## Dependencies
## Build Dependencies

### Fedora
```sh
Expand All @@ -64,14 +64,14 @@ sudo dnf install glibc2-devel atk-devel cairo-devel pango-devel gdk-pixbuf2-deve
sudo apt install libatk1.0-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev libgtk-3-dev build-essential
```

## Install and Run
## Install latest and run

```sh
cargo install quick-serve
quick-serve
```

## Build and Run
## Build and run from source

```sh
git clone https://github.com/joaofl/quick-serve.git
Expand All @@ -87,7 +87,7 @@ cargo build --release --no-default-features

Even if it is compiled, the UI can still be disabled at runtime.

## Cross compile:
## Using cross:

- Install Docker
- Install Cross
Expand Down Expand Up @@ -135,7 +135,7 @@ cargo test
- [ ] Show statistics when exit
- [ ] Color-code logs according to protocol
- [ ] Add log filtering options
- [ ] Refine on each protocol's specific logs

## TODO
- [x] Fix excessive CPU usage when using the UI
- [ ] Refine on each protocol's specific logs

0 comments on commit d2ce22e

Please sign in to comment.