Fix package name format in README

This commit is contained in:
hensm
2019-03-12 08:36:30 +00:00
parent c67a9a1097
commit 8f942373e7

View File

@@ -25,10 +25,10 @@ macOS version has an installer, Linux packages can be installed via the command
````sh ````sh
# Debian/Ubuntu # Debian/Ubuntu
sudo dpkg -i fx_cast_bridge.deb sudo dpkg -i fx_cast_bridge-<version>-<arch>.deb
# Fedora # Fedora
sudo dnf install fx_cast_bridge-<version>.<arch>.rpm sudo dnf install fx_cast_bridge-<version>-<arch>.rpm
```` ````
### Package managers ### Package managers
@@ -110,7 +110,7 @@ npm run start --prefix ./ext
Packaging currently only possible for macOS/Linux. macOS packages can only be created on macOS, Linux .deb/.rpm packages can be built on any platform with `dpkg-deb` and `rpmbuild` binaries. Packaging currently only possible for macOS/Linux. macOS packages can only be created on macOS, Linux .deb/.rpm packages can be built on any platform with `dpkg-deb` and `rpmbuild` binaries.
* #### `dist/app/` * #### `dist/app/`
... contains the installer package: `fx_cast_bridge.(pkg|deb|rpm|exe)` ... contains the installer package: `fx_cast_bridge-<version>-<arch>.(pkg|deb|rpm|exe)`
* #### `dist/ext/` * #### `dist/ext/`
... contains the built extension in the format `fx_cast-<version>.zip`. ... contains the built extension in the format `fx_cast-<version>.zip`.