Skip to content

Commit 7c84d1d

Browse files
committed
Update README.md
1 parent a45018f commit 7c84d1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ Sudoku-Solver
33

44
This is another simple sudoku solver. Have fun!
55

6+
##How to install
7+
[Download the latest](http://www.github.com/Neehan/Sudoku-Solver/releases) Sudoku-Solver and unzip it. Run `Sudoku-Solver` (for ubuntu) or `Sudoku-Solver.exe` (for windows). That's it.
8+
69
##How to use
710

811
###Method 1
912

10-
Write the value of each cell separated by a space. Value of an empty cell is either 0 or . . However, you may make a typo while typing the sudoku. That's why I recommend the alternative method.
13+
Write the value of each cell separated by a space. Value of an empty cell is either `0` or `.` . However, you may make a typo while typing the sudoku. That's why I recommend the alternative method.
1114

1215
###Method 2
1316

0 commit comments

Comments
 (0)