From a4f79b1b8df51781f67bd68faba723d5608af66a Mon Sep 17 00:00:00 2001 From: Ruben Uijtdewilligen Date: Tue, 3 Sep 2024 11:10:01 +0200 Subject: [PATCH] Fix npm install command --- pages/docs/getting-started/building.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/getting-started/building.mdx b/pages/docs/getting-started/building.mdx index 59e6057..3b032f1 100644 --- a/pages/docs/getting-started/building.mdx +++ b/pages/docs/getting-started/building.mdx @@ -17,7 +17,7 @@ import { Callout } from 'nextra-theme-docs' Building FOSSBilling from the source code is rather simple and only requires a few simple steps. 1. Clone the FOSSBilling repository and then move to that directory: `git clone https://github.com/FOSSBilling/FOSSBilling.git && cd FOSSBilling` -2. Install NPM dependencies: `npm -i` +2. Install NPM dependencies: `npm i` 3. Install composer dependencies: `composer install` 4. Build the front-end assets: `npm run build` 5. (_Optional_) Download the [latest translations](https://github.com/FOSSBilling/locale/releases/tag/latest) from the locale repository and extract the contents to the `src/locale` directory. Ensure you overwrite any existing files.