From 8f50e417c34cd7371b382f5fba6b4f520672f250 Mon Sep 17 00:00:00 2001 From: Thomas Sazerat <81816911+Namularbre@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:47:50 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e46594e..cec183d 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,21 @@ This program listen on an ip for UDP message and print them. +## Build + +Use this command + +```` +cargo build +```` + +## Run + +Use this command, it will compile the source code to an executable +```` +cargo run +```` + +## Authors + +@Namularbre