Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
happer64bit committed Sep 20, 2024
1 parent 41240b9 commit 6a467a9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Froop is 54.43x times faster than `python -m http.server`.

## Installation

### Via Golang Package Manager (Recommended)

```sh
go install github.com/happer64bit/froop
```

### Building from source

- golang (https://go.dev/)
Expand All @@ -18,10 +24,6 @@ cd froop
go build
```

```sh
go install github.com/happer64bit/froop
```

### Adding to PATH (Linux)

```
Expand All @@ -32,7 +34,6 @@ sudo cp froop /usr/bin

For Windows, you may need to declare or add a system environment variable with the path of the executable


## Benchmarking

> [!INFO]
Expand Down

0 comments on commit 6a467a9

Please # to comment.