Skip to content

Commit

Permalink
docs_update_urgent
Browse files Browse the repository at this point in the history
  • Loading branch information
smishr committed Feb 23, 2023
1 parent 4ad7655 commit f5160a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 1 addition & 8 deletions docs/src/getting_started.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f5160a3

Please sign in to comment.