changeset 9:22cf01362b45

modify readme
author Dennis <denniscmartin@protonmail.com>
date Sun, 30 Oct 2022 17:03:24 +0100
parents deeb54b231aa
children e3addd013d36
files README.md build.sh
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sun Oct 30 17:00:56 2022 +0100
+++ b/README.md	Sun Oct 30 17:03:24 2022 +0100
@@ -13,7 +13,8 @@
 ## Usage
 
 1. Build executable
-2. Make a folder named `sols`. The script place the solutions here.
+2. Make a folder names `mazes` and place your mazes there.
+3. Make a folder named `sols`. The script place the solutions here.
 
 ![maze](.github/resources/maze.png)
 ![solution](.github/resources/sol.png)
--- a/build.sh	Sun Oct 30 17:00:56 2022 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-mkdir mazes
-mkdir sols
\ No newline at end of file