diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-09 16:56:25 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-09 16:56:25 -0300 |
commit | 6918af49e701f475eaa2642bfab428872f14c64c (patch) | |
tree | f4c09957e4cb8f76c2847cf49ac00374fb4d532c | |
parent | 8f7962aa3f8ad25970b720627b171dfe85d8b215 (diff) |
Added docker installation part
-rw-r--r-- | README.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -34,10 +34,13 @@ In no particular order: :PROPERTIES: :ID: 01577a0a-852e-481a-b9b3-791b68594f96 :END: -First, you need to install: +You need to have: - [[https://www.docker.com/][docker]] - [[https://docs.docker.com/compose/][docker-compose]] +If you haven't installed them, don't worry! The script will attempt to run both installations (it only +works in Debian and Ubuntu!) + * Before running :PROPERTIES: :ID: 1c609bfc-4e6e-4fd8-8129-1b722fd7cda8 |