You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nature-of-code/xor/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Building the xor (neural net) Library
2
2
===================
3
3
4
-
Here we do a [polyglot maven][polyglot] build. But you could do a manual build quite easily if you wished. If you have a recent maven installed all you need to do is
4
+
Here we do a [polyglot maven][polyglot] build. But you could do a manual build quite easily if you wished. If you have a recent maven installed all you need to do is to compile and run.
5
5
6
6
```bash
7
-
mvn package
7
+
rake
8
8
```
9
9
10
10
See also how to build jruby [extensions][extensions] with polyglot maven
0 commit comments