diff --git a/README b/README index 6c843a4..9a11e07 100644 --- a/README +++ b/README @@ -5,11 +5,12 @@ Pre-compiled packages will be added soon. Impatient persons with knowlegde of nim can download the code and run the command: nim c -d:ssl -r flashread.nim -which will compile the code to an executable, which will then be executed. The running program acts then acts as a web-server, which can be invoked from a web-browser, by typing: +which will compile the code to an executable, which will then be executed. The running program then acts as a local web-server, which can be invoked from a web-browser, by typing: http://localhost:5002/flashread-form Then you get the user-interface in the browser. From there on you can use the clipboard-contents to either reformat a copied text, or use a copied web-address to process and reformat. Experiment with the switches. +Created by Joris Bollen. To be continued...