-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from alireza787b/real-test-1
Real test 1
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]).* | ||
|
||
4. Once all modifications are complete, commit the changes to the Docker image using: | ||
|