You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Rune stands out for being:
12
12
-**Embeddable:** Seamlessly integrates into your Go projects.
13
13
-**Extensible:** Easily extendable with custom functions and variables.
14
14
-**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.
16
16
17
17
## Everything you would definetely need for scripting, but not more and not less:
18
18
-**Datatypes:**`int`, `float`, `string`, `bool`
@@ -35,7 +35,7 @@ To get the latest unstable builds, you can download them from the build artiface
35
35

36
36
37
37
## 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.
0 commit comments