From ad80446ff2629c5a8460336e3f545ffdc73529d1 Mon Sep 17 00:00:00 2001 From: rdecoupe <remy.decoupes@inrae.fr> Date: Mon, 27 Jan 2020 12:11:27 +0100 Subject: [PATCH] fix typo 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f6e963..a60c83f 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ work in progress ## GeoNetwork With Vagrant and ansible 1. Set your nodes' IP address in [VagrantFile](vagrant/geonetwork/Vagrantfile). Inside this file, edit your network setting (as DNS nameserver: if your host machine is on a corporate network, your network administrator may have set rules about using DNS servers. In this case, your network allows only your company's DNS. Please edit them in the settings section *and* in provision shell in vagrantFile. If this is not the case (i.e. no DNS rules), please assign "false" to the COMPANY_NETWORK_DNS_RULE variable. -2. in cli : start a geonetwork vm form this directory : vagrant/geonetwork](vagrant/geonetwork) : +2. in cli : start a geonetwork vm form this directory : [vagrant/geonetwork](vagrant/geonetwork) : ```shell vagrant up ``` -- GitLab