From ef67464d57b73342be40257c00cc525b7cfd4a3f Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sat, 17 Apr 2021 11:55:32 +0200 Subject: [PATCH] Replaced "apg.go" with "apg-go" --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 137943d..1d0b7cd 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ in this git repository #### Linux/BSD/MacOS * Download release ```sh - $ curl -LO https://github.com/wneessen/apg.go/releases/download/v/apg-v--.tar.gz - $ curl -LO https://github.com/wneessen/apg.go/releases/download/v/apg-v--.tar.gz.sha256 + $ curl -LO https://github.com/wneessen/apg-go/releases/download/v/apg-v--.tar.gz + $ curl -LO https://github.com/wneessen/apg-go/releases/download/v/apg-v--.tar.gz.sha256 ``` * Verify the checksum ```sh @@ -45,8 +45,8 @@ in this git repository #### Windows * Download release ```PowerShell - PS> Invoke-RestMethod -Uri https://github.com/wneessen/apg.go/releases/download/v/apg-v-windows-.zip -OutFile apg-v-windows-.zip - PS> Invoke-RestMethod -Uri https://github.com/wneessen/apg.go/releases/download/v/apg-v-windows-.zip.sha256 -OutFile apg-v-windows-.zip.sha256 + PS> Invoke-RestMethod -Uri https://github.com/wneessen/apg-go/releases/download/v/apg-v-windows-.zip -OutFile apg-v-windows-.zip + PS> Invoke-RestMethod -Uri https://github.com/wneessen/apg-go/releases/download/v/apg-v-windows-.zip.sha256 -OutFile apg-v-windows-.zip.sha256 ``` * Verify the checksum ```PowerShell @@ -67,7 +67,7 @@ in this git repository ### Sources * Download sources ```sh - $ curl -LO https://github.com/wneessen/apg.go/archive/refs/tags/v.tar.gz + $ curl -LO https://github.com/wneessen/apg-go/archive/refs/tags/v.tar.gz ``` * Extract source ```sh @@ -75,7 +75,7 @@ in this git repository ``` * Build binary ```sh - $ cd apg.go- + $ cd apg-go- $ go build -o apg ./... ``` * Execute the brand new binary @@ -91,7 +91,7 @@ $ sudo cp apg /usr/local/bin/apg ``` ## CLI parameters -_apg.go_ replicates some of the parameters of the original APG. Some parameters are different though: +_apg-go_ replicates some of the parameters of the original APG. Some parameters are different though: - ```-m ```: The minimum length of the password to be generated (Default: 12) - ```-x ```: The maximum length of the password to be generated (Default: 20)