Skip to content

Commit 27085a9

Browse files
authored
Update README.md
1 parent c8773a9 commit 27085a9

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
@@ -37,10 +37,13 @@ over time.
3737
## Windows
3838

3939
I have only built it using Visual Studio Native Tools Command Prompt for VS2017.
40-
But install CMake and Nmake.
40+
41+
Install CMake and Nmake (and git).
4142
Then do:
4243

4344
<pre>
45+
git clone https://github.com/Ricardicus/recurrent-neural-net/
46+
cd recurrent-neural-net
4447
cmake -G"NMake Makefiles"
4548
nmake
4649
</pre>

0 commit comments

Comments
 (0)