diff --git a/README.md b/README.md index 999fd14..7b1c5df 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Just an experiment to create a computer bacteria Build with: -g++ -std=c++11 -o $(tempfile -d . -p bact-) bacteria.cpp +g++ -static -std=c++11 -o $(tempfile -d . -p bact-) bacteria.cpp