From 7aa83b774fb180d827e746945e0d71cde60490e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Wed, 19 Jan 2022 18:11:54 +0000 Subject: [PATCH] Fix docs regarding dev [skip ci] --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 74848fe..66cb538 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,7 @@ pkg> add Dash DashCoreComponents DashHtmlComponents DashTable To install the latest (stable) development version instead: ```julia -using Pkg -Pkg.add(PackageSpec(url="https://github.com/plotly/DashBase.jl.git")) -Pkg.add(PackageSpec(url="https://github.com/plotly/dash-html-components.git", rev="master")) -Pkg.add(PackageSpec(url="https://github.com/plotly/dash-core-components.git", rev="master")) -Pkg.add(PackageSpec(url="https://github.com/plotly/dash-table.git", rev="master")) -Pkg.add(PackageSpec(url="https://github.com/plotly/Dash.jl.git", rev="dev")) +pkg> add Dash#dev ``` ## Usage