Skip to content

Commit

Permalink
Merge pull request #942 from timkpaine/patch-1
Browse files Browse the repository at this point in the history
[Docs] Fix minor typos `run_docker.sh` -> `run-docker.sh`
  • Loading branch information
auphelia authored Jan 3, 2024
2 parents d980f7c + 1f73702 commit 85f935a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/finn/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Simply running sh run-docker.sh without any additional arguments will create a D

::

bash ./run_docker.sh
bash ./run-docker.sh


Launch a Build with ``build_dataflow``
Expand All @@ -70,8 +70,8 @@ or a user-defined flow from the command line as follows:

::

bash ./run_docker.sh build_dataflow <path/to/dataflow_build_dir/>
bash ./run_docker.sh build_custom <path/to/custom_build_dir/>
bash ./run-docker.sh build_dataflow <path/to/dataflow_build_dir/>
bash ./run-docker.sh build_custom <path/to/custom_build_dir/>


Launch Jupyter notebooks
Expand Down

0 comments on commit 85f935a

Please sign in to comment.