We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df9752 commit 6c706c6Copy full SHA for 6c706c6
3 files changed
.gitignore
@@ -1,3 +1,4 @@
1
.idea
2
node_modules
3
-build
+build
4
+output
.npmignore
@@ -6,4 +6,4 @@ node_modules
6
7
hello_world.*
8
main.dSYM
9
-main
README.md
@@ -3,14 +3,14 @@ StaticScript
> Real Static Typed Script - RSTS project.
5
-StaticScript is a language on top of TypeScript as frontend LLVM as backend for codegeneration to binary.
+StaticScript is a language on top of TypeScript as frontend and LLVM as backend for code-generation to binary.
# Installing
10
-For our nightly builds:
+For latest stable version:
11
12
```sh
13
-npm install -g staticscript@next
+npm install -g static-script
14
```
15
16
### LICENSE
0 commit comments