refactroed structure and README

This commit is contained in:
TheCase
2018-07-01 12:46:48 -06:00
parent e7878c3975
commit f253dc2796
3 changed files with 8 additions and 5 deletions

View File

@@ -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
```