README update

This commit is contained in:
zymon 2022-06-25 11:31:58 +02:00
parent 346c7438b7
commit 0a417837b7

View file

@ -12,16 +12,20 @@ Check the [documentation](https://docs.zymon.org/STFT.jl/) for more insights.
## Installation ## Installation
The package is currently not available in [General](https://github.com/JuliaRegistries/General), the default Julia package registry. The package is currently available in General, the default Julia package registry.
To install this package from General registry, use the following command in Julia REPL:
To install it, use the following command in Julia package manager: ```julia
] add STFT
```
Alternatively, directly via repository:
```julia ```julia
pkg> add https://github.com/s-zymon/STFT.jl pkg> add https://github.com/s-zymon/STFT.jl
``` ```
## Examples ## Examples
Below you can find a few standalone example with basic usage of the package. Below you can find a few standalone examples with basic usage of the package.
### Show spectrogram ### Show spectrogram