Skip to content

Commit

Permalink
version 20240101
Browse files Browse the repository at this point in the history
  • Loading branch information
janmojzis committed Jan 1, 2024
1 parent e9130fc commit 5b58501
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ apt-get install dqcache

#### download ####
~~~
wget https://github.com/janmojzis/dq/releases/download/20230101/20230101.tar.gz.asc
wget https://github.com/janmojzis/dq/archive/20230101.tar.gz
gpg --verify 20230101.tar.gz.asc 20230101.tar.gz
gunzip < 20230101.tar.gz | tar -xf -
cd dq-20230101
wget https://github.com/janmojzis/dq/releases/download/20240101/20240101.tar.gz.asc
wget https://github.com/janmojzis/dq/archive/20240101.tar.gz
gpg --verify 20240101.tar.gz.asc 20240101.tar.gz
gunzip < 20240101.tar.gz | tar -xf -
cd dq-20240101
~~~

#### compile and install binaries ####
Expand Down

0 comments on commit 5b58501

Please sign in to comment.