diff --git a/source/tutorials/configuring-and-sharing-volumes/copy-configuration-file-using-dockerfile.rst b/source/tutorials/configuring-and-sharing-volumes/copy-configuration-file-using-dockerfile.rst index 0d80eb683..e57ee30b5 100644 --- a/source/tutorials/configuring-and-sharing-volumes/copy-configuration-file-using-dockerfile.rst +++ b/source/tutorials/configuring-and-sharing-volumes/copy-configuration-file-using-dockerfile.rst @@ -24,7 +24,7 @@ Edit the ``Dockerfile`` to create the ``shellhttpd`` folder and copy ``shellhttp .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/Dockerfile + host:~$ vi shellhttpd/Dockerfile :: diff --git a/source/tutorials/configuring-and-sharing-volumes/modify-shellhttpd-container.rst b/source/tutorials/configuring-and-sharing-volumes/modify-shellhttpd-container.rst index 5b02bad0c..3a47f29f0 100644 --- a/source/tutorials/configuring-and-sharing-volumes/modify-shellhttpd-container.rst +++ b/source/tutorials/configuring-and-sharing-volumes/modify-shellhttpd-container.rst @@ -12,7 +12,7 @@ Edit ``httpd.sh`` as below: .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/httpd.sh + host:~$ vi shellhttpd/httpd.sh .. prompt:: shell diff --git a/source/tutorials/configuring-and-sharing-volumes/sharing-folder.rst b/source/tutorials/configuring-and-sharing-volumes/sharing-folder.rst index a145fb778..f06d9f5e4 100644 --- a/source/tutorials/configuring-and-sharing-volumes/sharing-folder.rst +++ b/source/tutorials/configuring-and-sharing-volumes/sharing-folder.rst @@ -14,7 +14,7 @@ Edit ``docker-compose.yml``, adding the ``volumes`` stanza: .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/docker-compose.yml + host:~$ vi shellhttpd/docker-compose.yml :: diff --git a/source/tutorials/configuring-and-sharing-volumes/update-shellhttpd-application.rst b/source/tutorials/configuring-and-sharing-volumes/update-shellhttpd-application.rst index 75cecf2cf..3856550d9 100644 --- a/source/tutorials/configuring-and-sharing-volumes/update-shellhttpd-application.rst +++ b/source/tutorials/configuring-and-sharing-volumes/update-shellhttpd-application.rst @@ -12,7 +12,7 @@ Start by removing ``shellhttpd.conf`` from the ``Dockerfile`` to simplify your a .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/Dockerfile + host:~$ vi shellhttpd/Dockerfile :: @@ -26,7 +26,7 @@ Edit ``docker-compose.yml`` and change the ``volumes`` stanza to share the ``/va .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/docker-compose.yml + host:~$ vi shellhttpd/docker-compose.yml :: diff --git a/source/tutorials/customizing-the-platform/enabling-recipe.rst b/source/tutorials/customizing-the-platform/enabling-recipe.rst index 061b1dcdd..6393ca574 100644 --- a/source/tutorials/customizing-the-platform/enabling-recipe.rst +++ b/source/tutorials/customizing-the-platform/enabling-recipe.rst @@ -22,7 +22,7 @@ Edit ``recipes-samples/images/lmp-factory-image.bb`` and append ``CORE_IMAGE_BAS .. prompt:: bash host:~$, auto host:~$ cd .. - host:~$ gedit recipes-samples/images/lmp-factory-image.bb + host:~$ vi recipes-samples/images/lmp-factory-image.bb .. prompt:: text diff --git a/source/tutorials/getting-started-with-docker/extra-commands.rst b/source/tutorials/getting-started-with-docker/extra-commands.rst index c00363859..0d7c3cf63 100644 --- a/source/tutorials/getting-started-with-docker/extra-commands.rst +++ b/source/tutorials/getting-started-with-docker/extra-commands.rst @@ -143,7 +143,7 @@ Using the text editor of your choice, change ``OK`` to ``FoundriesFactory``, the .. prompt:: bash host:~$, auto - host:~$ gedit httpd.sh + host:~$ vi httpd.sh **httpd.sh**: diff --git a/source/tutorials/getting-started-with-docker/gs-docker-compose.rst b/source/tutorials/getting-started-with-docker/gs-docker-compose.rst index f61c99f3d..cf544fa8f 100644 --- a/source/tutorials/getting-started-with-docker/gs-docker-compose.rst +++ b/source/tutorials/getting-started-with-docker/gs-docker-compose.rst @@ -47,7 +47,7 @@ As you are still developing locally, edit the image parameter to use the image a .. prompt:: bash host:~$, auto - host:~$ gedit docker-compose.yml + host:~$ vi docker-compose.yml **docker-compose.yml**: diff --git a/source/tutorials/working-with-tags/adapting-shellhttpd.rst b/source/tutorials/working-with-tags/adapting-shellhttpd.rst index 985dc7803..9e4114e0c 100644 --- a/source/tutorials/working-with-tags/adapting-shellhttpd.rst +++ b/source/tutorials/working-with-tags/adapting-shellhttpd.rst @@ -18,7 +18,7 @@ Edit ``httpd.sh`` according to the example below: .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/httpd.sh + host:~$ vi shellhttpd/httpd.sh .. prompt:: text @@ -38,7 +38,7 @@ Edit the file ``Dockerfile`` according to the example below: .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/Dockerfile + host:~$ vi shellhttpd/Dockerfile .. prompt:: text @@ -52,7 +52,7 @@ Edit the file ``docker-compose.yml`` according to the example below: .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/docker-compose.yml + host:~$ vi shellhttpd/docker-compose.yml .. prompt:: text diff --git a/source/tutorials/working-with-tags/creating-targets.rst b/source/tutorials/working-with-tags/creating-targets.rst index 2d18c9a11..6afafd1f2 100644 --- a/source/tutorials/working-with-tags/creating-targets.rst +++ b/source/tutorials/working-with-tags/creating-targets.rst @@ -17,7 +17,7 @@ Edit ``docker-compose.yml``: .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/docker-compose.yml + host:~$ vi shellhttpd/docker-compose.yml .. prompt:: text @@ -53,7 +53,7 @@ Edit ``docker-compose.yml``: .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/docker-compose.yml + host:~$ vi shellhttpd/docker-compose.yml .. prompt:: text @@ -85,7 +85,7 @@ Keep watching your jobs on https://app.foundries.io and once it finishes, change .. prompt:: bash host:~$, auto - host:~$ gedit shellhttpd/docker-compose.yml + host:~$ vi shellhttpd/docker-compose.yml **shellhttpd/docker-compose.yml**: diff --git a/source/user-guide/lmp-auto-hostname/lmp-auto-hostname.rst b/source/user-guide/lmp-auto-hostname/lmp-auto-hostname.rst index 54b7b2dab..3bc6d9380 100644 --- a/source/user-guide/lmp-auto-hostname/lmp-auto-hostname.rst +++ b/source/user-guide/lmp-auto-hostname/lmp-auto-hostname.rst @@ -84,7 +84,7 @@ Select the Serial or MAC tab below, according to your needs. .. prompt:: bash host:~$, auto - host:~$ gedit recipes-samples/images/lmp-factory-image.bb + host:~$ vi recipes-samples/images/lmp-factory-image.bb :: diff --git a/source/user-guide/submodule/submodule.rst b/source/user-guide/submodule/submodule.rst index 263df4c31..8b8f0ed86 100644 --- a/source/user-guide/submodule/submodule.rst +++ b/source/user-guide/submodule/submodule.rst @@ -236,7 +236,7 @@ Follow the example below and make sure you update ```` with your F host:~$ cd myapp/ host:~$ mkdir -p .github/workflows/ - host:~$ gedit .github/workflows/source-fio-update.yml + host:~$ vi .github/workflows/source-fio-update.yml .. code-block:: yaml