Commit bf3f88e4 authored by Alberto Ramos's avatar Alberto Ramos

Correction to README

parent 85e1f856
...@@ -5,9 +5,9 @@ BDIO.jl is a package to write/read [BDIO](http://bdio.org) (**B**inary ...@@ -5,9 +5,9 @@ BDIO.jl is a package to write/read [BDIO](http://bdio.org) (**B**inary
**D**ata **I**nput/**O**utput) files. **D**ata **I**nput/**O**utput) files.
The full documentation of the package is available via the usual The full documentation of the package is available via the usual
(Julia `REPL` help [Julia `REPL` help
mode)[https://docs.julialang.org/en/v1/stdlib/REPL/#Help-mode-1] and mode](https://docs.julialang.org/en/v1/stdlib/REPL/#Help-mode-1) and
online in (HTML format)[https://ific.uv.es/~alramos/docs/BDIO/]. online in [HTML format](https://ific.uv.es/~alramos/docs/BDIO/).
## Install ## Install
...@@ -23,7 +23,7 @@ The package does not require much configuration, but it is recommended ...@@ -23,7 +23,7 @@ The package does not require much configuration, but it is recommended
that the variables `user` and `host` contain reasonable values. Since that the variables `user` and `host` contain reasonable values. Since
`BDIO` is a light package, probably the easiest is to add to your `BDIO` is a light package, probably the easiest is to add to your
`~/.julia/config/startup.jl` something like `~/.julia/config/startup.jl` something like
``` ```julia
using BDIO using BDIO
BDIO_set_user("username") BDIO_set_user("username")
BDIO_set_host("laptop") BDIO_set_host("laptop")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment