fluid/backend-c/README.md
2019-08-20 13:46:02 +02:00

17 lines
244 B
Markdown

# Fluid
The twitter-like application for Fluence.
# How to build
This app could be built either with docker
```bash
docker-compose up
```
or by Makefile with [wasi-sdk](https://github.com/CraneStation/wasi-sdk) installed
```bash
make
```