Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Update README.md #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ From **source**:
1. Download and extract the source code of the
[latest release](https://github.com/sjmulder/nostt/releases).

wget https://github.com/sjmulder/nostt/archive/refs/tags/1.2.2.tar.gz
tar -xvzf 1.2.2.tar.gz
cd nostt-1.2.2/

2. Install the dependencies, e.g. on Debian or Ubuntu:

sudo apt install build-essential libcurl4-openssl-dev libjson-c-dev
Expand Down