From 9e30beb3e8633d68cf4705dbda95cec2ec025a18 Mon Sep 17 00:00:00 2001 From: bricks Date: Sun, 19 Feb 2023 11:08:15 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8919ddb..2b7338d 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ It animates a bar going from left to right. That's it. I didn't put in any code to manage its size so don't resize its window. To compile, just run ->make +`make` Dependencies : - - C99 + posix - - libxcb - - libxcb-present - - libxcb-util - - libcairo +* C99 + posix +* libxcb +* libxcb-present +* libxcb-util +* libcairo Controls: - - any mouse input to stop/resume the animation - - any keyboard input to exit the program \ No newline at end of file +* any mouse input to stop/resume the animation +* any keyboard input to exit the program \ No newline at end of file