Skip to content

Commit 665405e

Browse files
committed
Fix readme.md
1 parent 4029d82 commit 665405e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
# Installation
1+
FSharp.Plotly
2+
=============
23

3-
For installation, just download the zip of this library. After unpacking, run the "initialize.bat" and follow the steps. Afterwards, run the "build.cmd".
4+
The library FSharp.Plotly implements charting suitable for use from F# scripting. Once you load the library as followed, you can use the members of the 'Chart' type to easily build charts.
45

5-
Keep in mind that in the current state, powershell is required and should be included in the path variables. For Windows 10 users this should be the default case.
6+
Documentation
7+
=============
8+
9+
The documentation can be found [here.](http://muehlhaus.github.io/FSharp.Plotly/)
10+
The documentation for this library is automatically generated (using the F# Formatting) from *.fsx and *.md files in the docs folder. If you find a typo, please submit a pull request!
11+
12+
13+
Library license
14+
===============
15+
16+
The library is available under Apache 2.0. For more information see the License file in the GitHub repository.

0 commit comments

Comments
 (0)