Skip to content

Commit

Permalink
Add installation instruction for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonZhang2024 authored and diasbruno committed Jun 26, 2024
1 parent 08765e9 commit fa336a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ $ make
$ sudo make install
```

Fedora:

```sh
# install libcurl
$ sudo dnf install libcurl-devel
# clone
$ git clone https://github.com/clibs/clib.git /tmp/clib && cd /tmp/clib
# build
$ make
# put on path
$ sudo make install
```


## About

Basically the lazy-man's copy/paste promoting smaller C utilities, also
Expand Down

0 comments on commit fa336a0

Please sign in to comment.