From ece4a659c19fdab8059779fcea6cf04bdf0f0114 Mon Sep 17 00:00:00 2001 From: tilleul Date: Mon, 11 Sep 2017 22:16:52 +0200 Subject: [PATCH] Bla bla --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90916a0..0dc58f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # basic_renumber +## Description Renumbers BASIC programs (yeah, those with the line numbers) This is a very simple NodeJS (javascript) program that allows to renumber BASIC programs (contained in text files like .bas or anything) ... oh yeah ... it's not optimized at all ... it just works ... that's all... @@ -14,8 +15,16 @@ The script will read a text file (containing one BASIC line beginning with an in Not supported: GOTO/GOSUB to a VARIABLE. Like: GOTO MY_VAR. -Usage: `node path/to/renumber.js path/to/basic/file [path/to/new/basic/file] [line_increment]` +## Usage: +Obviously you need NodeJS first. The good news is that it's available for Windows/Mac/Linux. See https://nodejs.org/ for installation instructions. + +Once NodeJS is installed, run a command-line/prompt/whatever-you-call-it and type something like + +`node path/to/renumber.js path/to/basic/file [path/to/new/basic/file] [line_increment]` It's as simple as that... +If you have requests or suggestions, don't hesitate ... + + (c) 2017 tilleul - The License is "Do What The F*ck You Want" (in case you're wondering the asterisk is a "U")