Comparing version 0.0.6 to 0.0.7
@@ -5,3 +5,3 @@ { | ||
"name": "lockdb", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "LockDB is a cross-platform tool you can use to handle process/event locking and avoid race conditions. It is sometimes also known as a semaphore.", | ||
@@ -8,0 +8,0 @@ "license": "AGPL-3.0", |
@@ -67,3 +67,3 @@ # LockDB | ||
# Download the binary from the latest release for your system and move it to `/usr/local/bin/`. Here's an example for most Linux OSes: | ||
$ curl https://github.com/BrunoBernardino/lockdb/releases/latest/download/lockdb-linux-intel --output lockdb && sudo mv lockdb /usr/local/bin/ | ||
$ curl -L https://github.com/BrunoBernardino/lockdb/releases/latest/download/lockdb-linux-intel --output lockdb && chmod +x lockdb && sudo mv lockdb /usr/local/bin/ | ||
``` | ||
@@ -70,0 +70,0 @@ |
48087