Skip to content

Commit 640a3e0

Browse files
authored
Update README.md
1 parent 4bd59c8 commit 640a3e0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,23 @@ With _Sojobo_ you can:
1010
* Emulate functions in a managed language (C# || F#)
1111

1212
## Download
13-
- [Source code][1]
14-
<!-- - [Download binary][2] -->
1513

16-
## Compile
17-
In order to compile Sojobo you need .NET Core to be installed and Visual Studio. To compile just run **build.bat**.
14+
- [Source code][1]
15+
- [Download binary][2]
1816

1917
## Using Sojobo
18+
2019
_Sojobo_ is intended to be used as a framework to create program analysis utilities. However, various <a href="https://github.com/enkomio/Sojobo/tree/master/Src/Examples"><strong>sample utilities</strong></a> were created in order to show how to use the framework in a profitable way.
2120

21+
## Compile
22+
23+
In order to compile Sojobo you need .NET Core to be installed and Visual Studio. To compile just run **build.bat**.
24+
2225
## License
2326

2427
Copyright (C) 2019 Antonio Parata - <a href="https://twitter.com/s4tan">@s4tan</a>
2528

2629
_Sojobo_ is licensed under the [Creative Commons](LICENSE.md).
2730

2831
[1]: https://github.com/enkomio/sojobo/tree/master/Src
29-
<!-- [2]: https://github.com/enkomio/sojobo/releases/latest -->
32+
[2]: https://github.com/enkomio/sojobo/releases/latest

0 commit comments

Comments
 (0)