Skip to content
Snippets Groups Projects
Commit b6644822 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Update README.md

parent 7f1bc4b2
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,14 @@ la solucion posible está en
Una vez que tenes Docker instalado, podes instalar tu propio nodo de BFA:
```
$ wget https://gitlab.bfa.ar/docker/bfanodo/raw/master/start.sh
$ bash start.sh latest
wget https://gitlab.bfa.ar/docker/bfanodo/raw/master/start.sh
bash start.sh latest
```
Si queres tu nodo conectado a la red de pruebar (`test2network`) en lugar de
a la red de produccion, el ultimo comando es:
```
bash start.sh test
```
### Caracteristicas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment