README and status bar text update for 1.0.2
This commit is contained in:
parent
f9eb4db3fc
commit
7ba7a3075b
|
@ -13,19 +13,19 @@ brew cask install sampler
|
|||
```
|
||||
or
|
||||
```bash
|
||||
curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v1.0.1/sampler-1.0.1-darwin-amd64
|
||||
curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-darwin-amd64
|
||||
chmod +x /usr/local/bin/sampler
|
||||
```
|
||||
### Linux
|
||||
```bash
|
||||
wget https://github.com/sqshq/sampler/releases/download/v1.0.1/sampler-1.0.1-linux-amd64 -O /usr/local/bin/sampler
|
||||
wget https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-linux-amd64 -O /usr/local/bin/sampler
|
||||
chmod +x /usr/local/bin/sampler
|
||||
```
|
||||
Note: `libasound2-dev` system library is required to be installed for Sampler to play a [trigger](https://github.com/sqshq/sampler#triggers) sound tone. Usually the library is in place, but if not - you can do it with your favorite package manager, e.g `apt install libasound2-dev`
|
||||
Note: `libasound2-dev` system library is required to be installed for Sampler to play a [trigger](https://github.com/sqshq/sampler#triggers) sound tone. Usually the library is in place, but if not - you can install it with your favorite package manager, e.g `apt install libasound2-dev`
|
||||
### Windows (experimental)
|
||||
Recommended to use with advanced console emulators, e.g. [Cmder](https://cmder.net/)
|
||||
|
||||
[Download .exe](https://github.com/sqshq/sampler/releases/download/v1.0.0/sampler-1.0.0-windows-amd64.exe)
|
||||
[Download .exe](https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-windows-amd64.exe)
|
||||
|
||||
## Usage
|
||||
You specify shell commands, Sampler executes them with a required rate. The output is used for visualization.
|
||||
|
|
|
@ -15,7 +15,7 @@ const (
|
|||
RowsCount = 40
|
||||
AppTitle = "sampler"
|
||||
AppVersion = "1.0.2"
|
||||
AppLicenseWarning = "NOT ACTIVATED. PLEASE CONSIDER TO PURCHASE PERSONAL OR COMMERCIAL LICENSE TO SUPPORT THE PROJECT. WWW.SAMPLER.DEV "
|
||||
AppLicenseWarning = "NOT ACTIVATED. PLEASE CONSIDER TO PURCHASE PERSONAL OR COMMERCIAL LICENSE. WWW.SAMPLER.DEV "
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue