1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-09-28 22:40:43 +00:00
falk-werner_webfuse/README.md

12 lines
254 B
Markdown
Raw Normal View History

2022-11-12 12:34:19 +00:00
[![build](https://github.com/falk-werner/webfuse/actions/workflows/build.yml/badge.svg)](https://github.com/falk-werner/webfuse/actions/workflows/build.yml)
2022-11-12 10:34:51 +00:00
# webfuse2
Reimplementation of webfuse.
## Build
````
cmake -B build
cmake --build build
````