Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
...
  • Loading branch information
dmaj authored Oct 7, 2019
1 parent 2f609b0 commit 3ff815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You need to install the library "libjsoncpp".
- for ubuntu: sudo apt install libjsoncpp-dev

- g++ -Wall -fexceptions -g -c main.cpp -o main.o
- g++ -o forkel main.o -static -ljsoncpp -pthread
- g++ -o forkel main.o -static -ljsoncpp -lpthread

### why forkel?
- There are a lot of programs that manage processes in containers. There are s6, supervisor, runit, ...
Expand Down

0 comments on commit 3ff815e

Please sign in to comment.