diff --git a/Readme.md b/Readme.md index 4982846..4d67070 100644 --- a/Readme.md +++ b/Readme.md @@ -2,8 +2,11 @@ This repository holds the spec file to package PyCharm for RHEL. It uses the upstream tarball from JetBrains to build the RPM package. -To create a desktop enty for pycharm you can do this as follows: -- Open pycharm from the terminal by calling `pycharm` -- Go to Tools -> Create Desktop Entry -![](pycharm_desktop_entry.png) +# Build / Deployment + +The package is build automatically by gitea actions. After the build the package needs to be manually copied to the pli-misc repsitory. + +```bash +scp pycharm-2026.1-1.el9.x86_64.rpm lx-sync-01:/packages/rhel9/latest/pli-misc/ +``` diff --git a/pycharm_desktop_entry.png b/pycharm_desktop_entry.png deleted file mode 100644 index 58aa439..0000000 Binary files a/pycharm_desktop_entry.png and /dev/null differ