Skip to content

Commit c0d9796

Browse files
committed
README: Finally added the install section
1 parent 7de8995 commit c0d9796

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# PiccodeScript
22

3+
> A simple interpreted, functional programming language.
4+
35
<div align="center">
46

57
[![Java CI with Maven](https://github.com/Glimmr-Lang/PiccodeScript/actions/workflows/maven.yml/badge.svg)](https://github.com/Glimmr-Lang/PiccodeScript/actions/workflows/maven.yml)
68

79
</div>
810

9-
> A simple interpreted, functional programming language.
1011

1112
## Why?
1213

@@ -15,11 +16,24 @@ I fell in love with the simple syntax and I wanted to make to its own project, p
1516
embedding in my java programs or for general scripting.
1617

1718
## Installation
18-
>> TODO:
1919

20-
## Example
20+
You can download binary releases from the Official website or visit the file server to find previous versions.
21+
22+
##### Latest
23+
24+
- [Official Release](http://piccodescript.fly.dev/)
25+
26+
##### Previous releases
27+
28+
- [Release Server](https://picasso-releases.fly.dev/piccodescript/)
29+
30+
## Documentation
31+
- [Standard library reference](https://piccodescriptdocs.fly.dev/)
32+
33+
# Example
2134

2235
###### Hello World
36+
2337
```js
2438
import std.io
2539

0 commit comments

Comments
 (0)