summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-09-13 13:17:03 +0000
committerGitHub <noreply@github.com>2022-09-13 13:17:03 +0000
commit379ca5c9ccd111b61a17b6129f6b9cddf2c24a0c (patch)
tree2312c94a65f9510a6c5ceb91712c20260bb8f9f8 /content
parenta4a4418fbe3fa02e1266a94d8de024069c3a9864 (diff)
parent6f3ec82fc47ceeda1cb17795221f0aaa58116cbf (diff)
Merge pull request #234 from pattmax00/patch-1
Show newest version for ergo in wget and extract commands
Diffstat (limited to 'content')
-rw-r--r--content/irc.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/irc.md b/content/irc.md
index 4e0b8a2..ccf16e8 100644
--- a/content/irc.md
+++ b/content/irc.md
@@ -46,10 +46,10 @@ Once you have selected the correct package, copy its URL and replace the
release url with the package URL (still as the `ergo` user):
```sh
-wget "https://github.com/ergochat/ergo/releases/download/v2.7.0/ergo-2.7.0-linux-x86_64.tar.gz"
-tar -xf ergo-2.7.0-linux-x86_64.tar.gz
-mv ergo-2.7.0-linux-x86_64/*
-rm -r ergo-2.7.0-linux-x86_64*
+wget "https://github.com/ergochat/ergo/releases/download/v2.10.0/ergo-2.10.0-linux-x86_64.tar.gz"
+tar -xf ergo-2.10.0-linux-x86_64.tar.gz
+mv ergo-2.10.0-linux-x86_64/*
+rm -r ergo-2.10.0-linux-x86_64*
```
Executing `ls -l` should now yield something like this: