Browse Source

Update http notes with new library package;

bjorn 1 year ago
parent
commit
7ca0d2dc1d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/http/init.lua

+ 1 - 1
api/init.lua

@@ -984,7 +984,7 @@ return {
       },
       external = true,
       functions = {},
-      notes = "On Linux, this module requires the `curl` library to be installed.  Example on Debian-based distributions:\n\n    sudo apt install libcurl4-openssl-dev",
+      notes = "On Linux, this module requires the `curl` library to be installed.  Example on Debian-based distributions:\n\n    sudo apt install libcurl4",
       objects = {}
     },
     {

+ 1 - 1
api/lovr/http/init.lua

@@ -56,7 +56,7 @@ return {
     On Linux, this module requires the `curl` library to be installed.  Example on Debian-based
     distributions:
 
-        sudo apt install libcurl4-openssl-dev
+        sudo apt install libcurl4
   ]],
   example = [[
     local http = require 'http'