Skip to content

Commit

Permalink
Corrected README and updated window title
Browse files Browse the repository at this point in the history
  • Loading branch information
2xB committed Oct 25, 2018
1 parent b20a03e commit e8da4b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ All dependencies are available through pip.

```
$ sudo cp dlscan.py /usr/bin/dlscan
$ sudo chmod +x /usr/bin/dlscan
$ sudo chmod +xr /usr/bin/dlscan
$ sudo mkdir /usr/share/dlscan
$ sudo cp scan_gui.ui /usr/share/dlscan/
```

## Lightweight (no gui)
```
$ sudo cp dlscan.py /usr/bin/dlscan
$ sudo chmod +x /usr/bin/dlscan
$ sudo chmod +xr /usr/bin/dlscan
```
2 changes: 1 addition & 1 deletion scan_gui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>Dlscan --gui</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QHBoxLayout" name="horizontalLayout">
Expand Down

0 comments on commit e8da4b3

Please sign in to comment.