Skip to content

Commit 1a90977

Browse files
Update README.md
1 parent 797e4c0 commit 1a90977

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@ A GUI to handle LOBSTER input and output with LobsterPy. The purpose of this GUI
1111

1212
# How to use LobsterPyGUI?
1313

14-
Simply [download](https://github.com/QuantumChemist/LobsterPyGUI/releases/download/LobsterPyGUI/lobsterpygui) the `lobsterpygui` binary and copy it to your `Desktop`.
14+
Simply [download](https://github.com/QuantumChemist/LobsterPyGUI/releases/download/LobsterPyGUI/lobsterpygui) the `lobsterpygui` binary, copy it to your `Desktop` and change the file permissions to make the binary executable:
1515

16+
First,
1617
```bash
1718
cp $HOME/Downloads/lobsterpygui $HOME/Desktop
1819
```
20+
21+
Then,
22+
```bash
23+
chmod u+x lobsterpygui
24+
```
25+
1926
And then you can simply run LobsterPyGUI by double-clicking the binary. With `Open...` you can navigate to the directory with your LOBSTER calculation where you want to use LobsterPy.
2027

2128

0 commit comments

Comments
 (0)