Skip to content

Commit 9c16ce1

Browse files
authored
Update README.md
1 parent c19bcde commit 9c16ce1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ As stated above, this is still a work in progress, and I have yet to implement a
2222
You will need support for c++ >= 11. This works best with g++ >= 11, and the pthread library.
2323

2424
### Installing
25+
download the repo and in the terminal type:
2526
```
2627
cd build
2728
cmake ..
2829
make
2930
```
3031
then copy the generated neuralnetwork.so + header files to your project or library path. E.g.
3132
put neuralnetwork.so in ```usr/local/lib/``` and .h files into ```usr/local/include/```
32-
then run ```ldconfig```, #include <neuralnetwork/net.h> in your program and compile.
33+
then run ```ldconfig```, put ```#include <neuralnetwork/net.h>``` in your program and compile.
3334

3435
### Usage
3536
Examples on how to use this library can be found in neural_network/examples/.

0 commit comments

Comments
 (0)