Skip to content

Commit 19eb60e

Browse files
updated, to reflect changes
1 parent b550402 commit 19eb60e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
This repository conatins a collection of [deno](https://deno.land/) scripts, meant to aid the project in various ways.
1111
The scripts require no additional dependencies.
1212

13+
You will find compiled windows binaries of the tools under [releases](https://github.com/TransDB-de/Tools/releases).
14+
The deno compile feature is experimental! Some tools may not behave as expected.
15+
1316
Note, that due to how deno handles third-party modules, running a script for the first time requires an internet connection.
1417

1518
## GeoDbJson
@@ -21,7 +24,7 @@ Only the used fields are imported, and the "lat" and "lon" fields are converted
2124

2225
### Usage
2326

24-
Use `deno run -A GeoDbJson/main.ts` to run the script. The resulting JSON document will appear in the same folder as the script.
27+
Use `deno run -A GeoDbJson/main.ts` to run the script, or download a compiled binary and run it. The resulting JSON document will appear in the current working directory.
2528

2629
### Download
2730

0 commit comments

Comments
 (0)