From 09f523b166af4c34e15ebeff831e9beda95993cc Mon Sep 17 00:00:00 2001 From: rintyuu Date: Mon, 18 Nov 2024 17:03:01 -0800 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 8811b98..99bece6 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,9 @@ i am aware of a bug that doesnt allow users to see the details of other ntp serv ## compilation clone `git clone https://git.rintyuu.dev/rintyuu/ntpdetails.git` + cd `cd ntpdetails` + install `gcc libboost-dev libboost-system-dev libasio-dev`. + compile `g++ -std=c++17 -o ntpdetails ntpdetails.cpp -lboost_system`. \ No newline at end of file