diff --git a/docs/v2.0_doc_sitl_demo.md b/docs/v2.0_doc_sitl_demo.md index 3e75becb..61de9aff 100644 --- a/docs/v2.0_doc_sitl_demo.md +++ b/docs/v2.0_doc_sitl_demo.md @@ -122,9 +122,9 @@ If you wish to customize this image, you'll need to load it into a Docker contai ```bash sudo docker run -it --name my-drone drone-template:latest /bin/bash ``` -2. Fork the `mavsdk_drone_show` repository and clone your fork into the container home directory (instead of the current official repository). -3. Change the upstream of the repository and branch settings based on your own forked repository. - ** Forking the `mavsdk_drone_show` GitHub repo is required only if you are planning to customize the code and shows. +2. Fork the `mavsdk_drone_show` repository. +3. Change the upstream and branch settings of the `mavsdk_drone_show` repository in container home directory based on your own forked repository. + * Forking the `mavsdk_drone_show` GitHub repo is required only if you are planning to customize the code and shows. * If you need help for your custom projects, contact me on [LinkedIn](https://www.linkedin.com/in/alireza787b/) or [Email](mailto:p30planets@gmail.com).* 4. Once all modifications are complete, commit the changes to the Docker image using: