Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FRiMN committed May 17, 2015
1 parent 609ccf1 commit c51f21e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Rackman позволяет визуально отслеживать центр
- используйте нативные методы вашего DE.

## Установка и запуск
### Stand-alone версия
``` bash
# скачивание последней версии
$ wget https://github.com/FRiMN/Rackman/archive/master.zip
Expand All @@ -47,7 +48,8 @@ $ chmod u=rwx,g=rx,o=rx rackman.py
# запуск Rackman
$ ./rackman.py
```
или

### Установка через Distutils
``` bash
# скачивание нужной версии
$ wget https://raw.githubusercontent.com/FRiMN/Rackman/master/dist/Rackman-1.5.2.tar.gz
Expand All @@ -59,6 +61,13 @@ $ cd ./Rackman-1.5.2
$ sudo python setup.py install
```

### Установка из репозиториев (только для Ubuntu)
``` bash
$ sudo add-apt-repository ppa:freezemandix/rackman
$ sudo apt-get update
$ sudo apt-get install python-rackman
```

## Известные баги и особенности
- Измеритель -- обычное окно, со всеми вытекающими (например: нельзя померить в местах недоступных для размещения окон)
- Быстрое перемещение и изменение размера окна измерения полностью зависит от натроек вашего DE
Expand Down

0 comments on commit c51f21e

Please sign in to comment.