From f5160a3885c4071e942f6d23740f65a309f6763a Mon Sep 17 00:00:00 2001 From: smishr Date: Thu, 23 Feb 2023 18:35:51 +0530 Subject: [PATCH] docs_update_urgent --- Project.toml | 1 + docs/src/getting_started.md | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index da485d33..d411d0db 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" +RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" diff --git a/docs/src/getting_started.md b/docs/src/getting_started.md index b683eb7e..91e1a1d0 100644 --- a/docs/src/getting_started.md +++ b/docs/src/getting_started.md @@ -1,13 +1,6 @@ ## Installation -The `Survey.jl` package is not yet registered. For now, installation of the package -is done using the following command: - -```julia -] add "https://github.com/xKDR/Survey.jl.git" -``` - -After registration, the regular `Pkg` commands can be used for installing the package: +The `Survey.jl` package is registered. Regular `Pkg` commands can be used for installing the package: ```@repl using Pkg