Skip to content
Snippets Groups Projects
Commit 248adb3a authored by Michal Sojka's avatar Michal Sojka
Browse files

Update README

parent 1fa0513f
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ To build the project, install dependencies or use nix shell:
Then build the project with meson:
meson setup builddir
meson compile -C builddir
meson setup build
meson compile -C build
And finally test the project:
And finally run the program:
meson test -C builddir
./build/epoll_server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment