Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoresainane <esainane+github@gmail.com>2016-08-27 01:50:55 +0300
committerEion Robb <eion@robbmob.com>2016-08-27 01:50:55 +0300
commitaf92ecf3dae857e670e7623f1fb13e9a86694f56 (patch)
tree6ae2b2a98e73b3c8d6a2bf5797b9dff35a477c0b
parentd337afc1d1a905ada5726408fed5ac80f8bb97aa (diff)
README - wget raw .spec file (#150)
Previously, the README instructed the user to wget github's browser-formatted page.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d1d5e46..1dba021 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ How to Build RPM package for Fedora/openSUSE/CentOS/RHEL
```
sudo yum -y install rpm-build gcc json-glib-devel libpurple-devel zlib-devel make automake glib2-devel libgnome-keyring-devel nss-devel spectool
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
- wget https://github.com/EionRobb/pidgin-opensteamworks/blob/master/steam-mobile/purple-libsteam.spec -O ~/rpmbuild/SPECS/purple-libsteam.spec
+ wget https://github.com/EionRobb/pidgin-opensteamworks/raw/master/steam-mobile/purple-libsteam.spec -O ~/rpmbuild/SPECS/purple-libsteam.spec
spectool --all --get-files ~/rpmbuild/SPECS/purple-libsteam.spec --directory ~/rpmbuild/SOURCES/
rpmbuild -ba ~/rpmbuild/SPECS/purple-libsteam.spec
```