From 86f390ba4cf1f7d805e683c879c7aaeae33cdf49 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Sat, 19 Feb 2022 15:35:46 -0500 Subject: [PATCH] doc: adapt doc --- axios-auth/README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/axios-auth/README.md b/axios-auth/README.md index 9046a92..01a1714 100644 --- a/axios-auth/README.md +++ b/axios-auth/README.md @@ -3,28 +3,26 @@ * * SPDX-License-Identifier: GPL-3.0-or-later */ -# axios -Client using axios library to send a HTTP GET request. - ## Overview -This repository provides a command line interface service for Linux based operating system. +Download file using node.js inbuild packges. ## Preparation -Run the following command in your favorite GNU/Linux shell to install dependenies. +Run the following command in your favorite terminal to install dependenies. ``` npm i ``` ## Development setup -Run the following command in your favorite GNU/Linux shell if you fancy log messages for debugging. +Run the following command in your favorite terminal if you fancy log messages for debugging. ``` -export DEBUG=$DEBUG,axios +export DEBUG=$DEBUG,dload ``` -Run the following command in your favorite GNU/Linux shell to start the service in development mode. +Run the following command in your favorite terminal to start the service in development mode. ``` npm run dev ``` ## Production deployment -Run the following command in your favorite GNU/Linux shell to start the service for production mode. +Run the following command in your favorite terminal to start the service for production mode. ``` npm run start ``` +## Links