Skip to content

Commit

Permalink
Update ubuntu.md
Browse files Browse the repository at this point in the history
A step was missed. I just added the step
  • Loading branch information
bigpreshy authored Dec 18, 2024
1 parent 6a97d65 commit f61537c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/manuals/desktop/setup/install/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ Recommended approach to install Docker Desktop on Ubuntu:
See step one of [Install using the `apt` repository](/manuals/engine/install/ubuntu.md#install-using-the-repository).

2. Download the latest [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64). For checksums, see the [Release notes](/manuals/desktop/release-notes.md).
3. Move to the directory that the downloaded file is by running:
```console
$ cd Downloads
```
This assumes that the file was downloaded and saved at **Downloads** folder.

3. Install the package with apt as follows:
5. Install the package with apt as follows:

```console
$ sudo apt-get update
Expand Down

0 comments on commit f61537c

Please sign in to comment.