Skip to content
Snippets Groups Projects
Commit 16e3594a authored by efvega's avatar efvega
Browse files

Updates notes with postinstallation instructions. Adds reference for t distributed kalman filter

parent b1861ad4
No related branches found
No related tags found
No related merge requests found
......@@ -14,3 +14,10 @@ echo \
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
# Post installation configuration:
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment