rpmfusion-infra / fedy

Fedy makes it easy to install third-party software in Fedora.
GNU General Public License v3.0
177 stars 20 forks source link

Build instructions fail due to fedy-project #3

Closed harryhobson closed 4 years ago

harryhobson commented 4 years ago

Describe the bug Hi, the directory in the build instructions fail in step 3 with the following error bash: cd: fedy: No such file or directory. The folder that is downloaded is currently called fedy-project rather than fedy.

To Reproduce Follow install instructions which will error on below command:

# Clone and install
git clone https://github.com/rpmfusion-infra/fedy-project && cd fedy && sudo make install

The final step will fail as well due to the same issue:

# Clean up
cd .. && rm -r fedy

Expected behavior Fedy should build