Skip to content

Commit 1a08dc6

Browse files
authored
cp config-examples form examples-config (#470)
1 parent 8fff48a commit 1a08dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user/setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For example, if your incoming data contains ``.bufr4`` files containing synoptic
6969

7070
.. code-block:: bash
7171
72-
cp synop-bufr-mappings.yml ~/wis2box-data/data-mappings.yml
72+
cp examples/config/synop-bufr-mappings.yml ~/wis2box-data/data-mappings.yml
7373
7474
.. note::
7575

@@ -167,7 +167,7 @@ You can copy this file to ``metadata/station/station_list.csv`` in your $WIS2BOX
167167
.. code-block:: bash
168168
169169
mkdir -p ~/wis2box-data/metadata/station
170-
cp station_list.csv ~/wis2box-data/metadata/station
170+
cp examples/config/station_list.csv ~/wis2box-data/metadata/station
171171
172172
And edit ``~/wis2box-data/metadata/station/station_list.csv`` to include the data for your stations.
173173

0 commit comments

Comments
 (0)