Minor reorganization of test in the README.md

This commit is contained in:
2025-11-17 13:03:01 +01:00
parent 04a706dad9
commit ec159a2c6a
+5 -9
View File
@@ -1,13 +1,5 @@
# ToastyFS # ToastyFS
ToastyFS is a distributed file system designed for self-hosting, so it aims to be pragmatic, understandable, and robust. ToastyFS is a distributed file system designed for self-hosting, so it aims to be pragmatic, understandable, and robust. You can use ToastyFS to store your files reliably over multiple machines knowing they will be automatically replicated and healed in case of hardware failure. ToastyFS works by running nodes on multiple machines. Clients using the ToastyFS C library can then send file operations to the cluster. Here's a quick example:
You can use ToastyFS to store your files reliably over multiple machines knowing they will be automatically replicated and healed in case of hardware failure.
⚠️ Note that ToastyFS is still in early development ⚠️
🎵 Now let's get toasty 🎵
ToastyFS works by running nodes on multiple machines. Clients using the ToastyFS C library can then send file operations to the cluster. Here's a quick example:
```c ```c
#include <ToastyFS.h> #include <ToastyFS.h>
@@ -35,6 +27,10 @@ int main(void)
} }
``` ```
⚠️ Note that ToastyFS is still in early development ⚠️
🎵 Now let's get toasty 🎵
## Features ## Features
- Cross-platform (runs on Windows and Linux) - Cross-platform (runs on Windows and Linux)