Skip to content

Commit 45411e5

Browse files
authored
Merge pull request #162 from PallHaraldsson/patch-4
Fix docs regarding dev
2 parents b6f9496 + 7aa83b7 commit 45411e5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ pkg> add Dash DashCoreComponents DashHtmlComponents DashTable
2525
To install the latest (stable) development version instead:
2626

2727
```julia
28-
using Pkg
29-
Pkg.add(PackageSpec(url="https://github.com/plotly/DashBase.jl.git"))
30-
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-html-components.git", rev="master"))
31-
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-core-components.git", rev="master"))
32-
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-table.git", rev="master"))
33-
Pkg.add(PackageSpec(url="https://github.com/plotly/Dash.jl.git", rev="dev"))
28+
pkg> add Dash#dev
3429
```
3530

3631
## Usage

0 commit comments

Comments
 (0)