Skip to content

Commit feacb66

Browse files
authored
Fix installation process steps (#443)
I had to do this to avoid the error message Pkg.update ERROR: UndefVarError: Pkg not defined which was resolved by julia> using Pkg beforehand.
1 parent c295277 commit feacb66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Installation
44
Installing Convex.jl is a one step process. Open up Julia and type :
55

66
```julia
7+
using Pkg
78
Pkg.update()
89
Pkg.add("Convex")
910
```

0 commit comments

Comments
 (0)