Skip to content

Commit a969a8e

Browse files
committed
Correct filenames
1 parent 746a72b commit a969a8e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,17 @@ cmake --build build-Release --target package
3636
open './build-Release/range-fea-0.0.1-Darwin-arm64.dmg'
3737
```
3838
### Linux
39-
#### GUI Installer
40-
```
41-
./build-Release/range-fea-0.0.1-Linux-x86_64.run
42-
```
4339
#### Self extracting Tar GZip
4440
```
45-
./build-Release/range-fea-0.0.1-Linux-x86_64.sh
41+
./build-Release/range-fea-1.0.0-linux-x86_64.sh
4642
```
4743
#### Debian DEB package
4844
```
49-
sudo apt install ./build-Release/range-fea-0.0.1-Linux-x86_64.deb
45+
sudo apt install ./build-Release/range-fea-1.0.0-linux-x86_64.deb
5046
```
5147
#### RedHat RPM package
5248
```
53-
sudo dnf install ./build-Release/range-fea-0.0.1-Linux-x86_64.rpm
49+
sudo dnf install ./build-Release/range-fea-1.0.0-linux-x86_64.rpm
5450
```
5551

5652
## Download

0 commit comments

Comments
 (0)