clean up docs

This commit is contained in:
rskntroot
2025-02-22 16:08:22 -07:00
parent e53b26c0e4
commit 1389ff9fd4
2 changed files with 35 additions and 41 deletions

View File

@@ -49,13 +49,9 @@ exit
cat id_ecdsa.pub >> ~/.ssh/authorized_keys
```
``` bash
sudo -i
```
### Docker
- see https://docs.docker.com/engine/install/ubuntu/
- see [https://docs.docker.com/engine/install/ubuntu/](https://docs.docker.com/engine/install/ubuntu/)
``` bash
curl -fsSL https://get.docker.com -o get-docker.sh
@@ -66,7 +62,7 @@ sudo usermod -a -G docker $(whoami)
docker ps
```
- see https://docs.docker.com/config/completion/
- see [https://docs.docker.com/config/completion/](https://docs.docker.com/config/completion/)
=== "Debian"
@@ -120,7 +116,6 @@ source ~/.bashrc
- see [fastfetch](https://github.com/fastfetch-cli/fastfetch) for more info
=== "Debian"
``` bash