We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4967c commit 3a0395dCopy full SHA for 3a0395d
1 file changed
pdi/docs/Source_installation.md
@@ -48,7 +48,7 @@ https://github.com/pdidev/pdi/releases ):
48
49
```bash
50
wget https://github.com/pdidev/pdi/archive/refs/tags/1.10.1.tar.gz
51
-tar -xjf 1.10.1.tar.bz2
+tar -xjf 1.10.1.tar.gz
52
mkdir 1.10.1/build
53
cd 1.10.1/build
54
cmake -DCMAKE_INSTALL_PREFIX="${HOME}/.local/" .. # configuration
0 commit comments