Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jul 14, 2021
1 parent 727b47b commit 7a2d6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Instale el interpretador de `Julia`, de [https://julialang.org/](https://juliala
Ejecute el interpretador, e instale el paquete deste curso, usando:

```julia-repl
julia> import Pkg Pkg.add(url="https://github.com/m3g/FundamentosDMC.jl")
julia> import Pkg
julia> Pkg.add(url="https://github.com/m3g/FundamentosDMC.jl")
```
Expand Down

0 comments on commit 7a2d6ae

Please sign in to comment.