Skip to content

Commit 90730ab

Browse files
committed
update readme
1 parent 71cdfbf commit 90730ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Rune stands out for being:
1212
- **Embeddable:** Seamlessly integrates into your Go projects.
1313
- **Extensible:** Easily extendable with custom functions and variables.
1414
- **Portable:** Simple to port to other languages.
15-
- **Versatile:** Can be used standalone as a script runner with the [Rune](dist/) binary or embedded as a scripting language within your project.
15+
- **Versatile:** Can be used standalone as a script runner with the standalone binary (see: [Releases](https://github.com/RednibCoding/runevm/releases)) or embedded as a scripting language within your project.
1616

1717
## Everything you would definetely need for scripting, but not more and not less:
1818
- **Datatypes:** `int`, `float`, `string`, `bool`
@@ -35,7 +35,7 @@ To get the latest unstable builds, you can download them from the build artiface
3535
![](readme/artifacts-download.png)
3636

3737
## Build from source
38-
Simply run the `build.bat` on Windows or the `build.sh` on Linux or Mac from the [dist directory](dist/). This will build the Rune binary for all three platforms in there respective directories.
38+
Simply run the `build.bat` on Windows or the `build.sh` on Linux or Mac from the [rune directory](rune/). This will build the Rune binary for all three platforms in there respective directories.
3939

4040
## Using the Language
4141

0 commit comments

Comments
 (0)