From 6f962eef9ff886d490e203b755b9f9469bdaa1a5 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Mon, 10 May 2021 20:39:45 +0200 Subject: [PATCH] Correct war to jar it said "war" instead of "jar", nothing else --- content/getting-started/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index c85265e..77e5477 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -41,7 +41,7 @@ sudo apt install openjdk-8-jre Create or enter the directory streama will be run from (the directory should be owned as the user that will run Streama). `/data/streama` or `/srv/streama` are good options, but any will work. -Download the *war* from the [GitHub releases page][releases]. You can use the example below to download. +Download the *jar* from the [GitHub releases page][releases]. You can use the example below to download. ```bash wget https://github.com/streamaserver/streama/releases/download/vEXAMPLE/streama-EXAMPLE.jar