diff --git a/IPMIView.app/Contents/MacOS/IPMIView b/Contents/MacOS/IPMIView similarity index 100% rename from IPMIView.app/Contents/MacOS/IPMIView rename to Contents/MacOS/IPMIView diff --git a/IPMIView.app/Resources/IPMIView/placeholder.txt b/IPMIView.app/Resources/IPMIView/placeholder.txt deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index f3e7ea9..da0e8fd 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,11 @@ Download the latest IPMIView software from SuperMicro: [ftp://ftp.supermicro.com/utility/IPMIView/Linux/]() -Uncompress the archive and copy the contents to - -``IPMIView.app/Resources/IPMIView`` - -Move the app bundle to the /Applications folder +``` +git clone https://github.com/TheCase/IPMIView.app +cd IPMIView.app +mkdir -p Resources/IPMIView +tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/. +cd .. +cp -R IPMIView.app ~/Applications +```