Skip to content

Commit

Permalink
change docker ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtavian authored Jul 18, 2022
1 parent 646818e commit 2a80808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a80808

Please sign in to comment.