commit 1bdb157b020fc9f6d1a62f5e214156a59589288b parent 7aeb451d3992f0c5c294101298058a9b27b7598b Author: Petar Yotsev <petar@yotsev.xyz> Date: Wed, 23 Jun 2021 22:41:01 +0100 Change clone link and fix ordering in README Diffstat:
M | README.md | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md @@ -26,12 +26,6 @@ the terminal. * [X] Breadth first search * [X] Depth first search -## Usage - - ./termaze - -Press escape to enter the menu. Navigation is done with vim-like keybindings. - ## Dependencies * ncurses @@ -40,10 +34,16 @@ You probably already have it if you use linux. ## Installation - git clone https://git.sr.ht/~petar-yotsev/termaze + git clone git://git.yotsev.xyz/termaze.git cd termaze make +## Usage + + ./termaze + +Press escape to enter the menu. Navigation is done with vim-like keybindings. + ## License GPLv2