1
0
Fork 0

Update README.md

A cd command is missing
pull/26/head
FabC 2020-11-19 17:11:32 +01:00 committed by GitHub
parent 13434e1e0a
commit 89e687cc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ On Debian/Ubuntu, these can be installed with `sudo apt install git make dos2uni
```
wget -c ftp://ftp.eso.org/pub/qfits/qfits-5.2.0.tar.gz
gunzip -c qfits-5.2.0.tar.gz | tar xvf -
qfits-5.2.0
cd qfits-5.2.0
chmod +w src/xmemory.c
sed -i -e "s/swapfd = open(fname, O_RDWR | O_CREAT);/swapfd = open(fname, O_RDWR | O_CREAT, 0644);/g" src/xmemory.c
./configure