Skip to content

Commit

Permalink
Updated README-file
Browse files Browse the repository at this point in the history
  • Loading branch information
some-avail committed Jan 7, 2021
1 parent 72b8f98 commit b9723d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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...

0 comments on commit b9723d4

Please sign in to comment.