From a44ec9903efa28a1f315c5a34ef94e39a041782b Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Mon, 7 Feb 2022 11:00:31 +0100 Subject: [PATCH] Update README.md with links and newlines --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 370ac89..9693332 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Backend for Minimal Non-Persistent chat -Built in TypeScript 4.5 with rollup +Built in [TypeScript 4.5](https://www.typescriptlang.org/) with [rollup.js](https://rollupjs.org/) ## Install @@ -9,7 +9,7 @@ Run the command `yarn install` ## Build -Run the command `yarn build` +Run the command `yarn build` (or the equivalent in your package manager of choice). This will run rollup with the project's `rollup.config.js`. @@ -18,7 +18,7 @@ Alternatively, you can run rollup manually without a package manager. ## Run -Run the command `yarn start` +Run the command `yarn start` (or the equivalent in your package manager of choice). The compiled script does not take any parameters.