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
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ Plotly.NET provides functions for generating and rendering plotly.js charts in *
26
26
-[docs](#docs)
27
27
-[Library license](#library-license)
28
28
29
-
30
-
31
29
# Installation
32
30
33
31
Plotly.NET will be available as 2.0.0 version of its predecessor FSharp.Plotly. The feature roadmap can be seen [here](https://github.com/plotly/Plotly.NET/issues/43). Contributions are very welcome!
@@ -98,31 +96,31 @@ _Note:_ The `release` and `prerelease` build targets assume that there is a `NUG
98
96
99
97
### build
100
98
101
-
Check the [build.fsx file](https://github.com/plotly/Plotly.NET/blob/dev/build.fsx) to take a look at the build targets. Here are some examples:
99
+
Check the [build project](https://github.com/plotly/Plotly.NET/blob/dev/build) to take a look at the build targets. Here are some examples:
102
100
103
101
```shell
104
102
# Windows
105
103
106
104
# Build only
107
105
./build.cmd
108
106
109
-
# Full release buildchain: build, test, pack, build the docs, push a git tag, publsih thze nuget package, release the docs
110
-
./build.cmd -t release
107
+
# Full release buildchain: build, test, pack, build the docs, push a git tag, publish thze nuget package, release the docs
108
+
./build.cmd release
111
109
112
110
# The same for prerelease versions:
113
-
./build.cmd -t prerelease
111
+
./build.cmd prerelease
114
112
115
113
116
114
# Linux/mac
117
115
118
116
# Build only
119
117
build.sh
120
118
121
-
# Full release buildchain: build, test, pack, build the docs, push a git tag, publsih thze nuget package, release the docs
122
-
build.sh -t release
119
+
# Full release buildchain: build, test, pack, build the docs, push a git tag, publísh the nuget package, release the docs
120
+
build.sh release
123
121
124
122
# The same for prerelease versions:
125
-
build.sh -t prerelease
123
+
build.sh prerelease
126
124
127
125
```
128
126
@@ -132,15 +130,12 @@ The docs are contained in `.fsx` and `.md` files in the `docs` folder. To develo
0 commit comments