18 lines
230 B
Markdown
18 lines
230 B
Markdown
# iloveos
|
|
|
|
Simply copying libfuse.
|
|
|
|
|
|
## Branching Rules
|
|
|
|
1. Fork the main branch and work on your own branch.
|
|
2. Test before initiating a Pull Request.
|
|
3. Get approved to get merged.
|
|
|
|
# Running
|
|
cmake
|
|
make
|
|
|
|
# test
|
|
./test/run_tests
|