More readable format for readme.

This commit is contained in:
Chris Giacofei 2023-01-27 11:54:09 -05:00
parent d764d1d671
commit 0d64f9d3e4

View File

@ -7,18 +7,18 @@ The source code of each library should be placed in separate directory, like
For example, see how can be organized `Foo` and `Bar` libraries:
|--lib
| |--Bar
| | |--docs
| | |--examples
| | |--src
| | |- Bar.c
| | |- Bar.h
| |--Foo
| | |- Foo.c
| | |- Foo.h
| |- readme.txt --> THIS FILE
| |--Bar
| | |--docs
| | |--examples
| | |--src
| | |- Bar.c
| | |- Bar.h
| |--Foo
| | |- Foo.c
| | |- Foo.h
| |- readme.txt --> THIS FILE
|--src
|- main.c
|- main.c
Then in `src/main.c` you should use: