Skip to content
Update Instructions for building PALISADE in Linux authored by Yuriy Polyakov's avatar Yuriy Polyakov
...@@ -50,7 +50,7 @@ make testall ...@@ -50,7 +50,7 @@ make testall
Run sample code to test, e.g., Run sample code to test, e.g.,
``` ```
bin/demo/pke/demo-simple-example bin/examples/pke/simple-integers
``` ```
To remove the files built by make, you can execute To remove the files built by make, you can execute
... ...
......