diff --git a/README.md b/README.md index ccce9731..33d237f1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Our third provider for axiom! Please use [this link](https://www.linode.com/?r=2 # Installation ## Docker ``` -docker exec -it $(docker run -d -it --platform linux/amd64 ubuntu) sh -c "apt update && apt install git -y && git clone https://github.com/pry0cc/axiom ~/.axiom/ && cd && .axiom/interact/axiom-configure" +docker exec -it $(docker run -d -it --platform linux/amd64 ubuntu:20.04) sh -c "apt update && apt install git -y && git clone https://github.com/pry0cc/axiom ~/.axiom/ && cd && .axiom/interact/axiom-configure" ``` ## Easy Install