docs: finalize-installation-and-prerequisites
This commit is contained in:
parent
f23e9115fc
commit
7c0c6924d8
@ -18,7 +18,7 @@ keywords:
|
|||||||
]
|
]
|
||||||
---
|
---
|
||||||
|
|
||||||
## Requirements:
|
## Requirements
|
||||||
|
|
||||||
- [Hardware Requirements](../../guides/02-installation/06-hardware.md)
|
- [Hardware Requirements](../../guides/02-installation/06-hardware.md)
|
||||||
|
|
||||||
@ -29,8 +29,6 @@ keywords:
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
Before installing Jan, make sure you have the following installed on your computer:
|
|
||||||
|
|
||||||
- [Node.js](https://nodejs.org/en/) (version 20.0.0 or higher)
|
- [Node.js](https://nodejs.org/en/) (version 20.0.0 or higher)
|
||||||
- [yarn](https://yarnpkg.com/) (version 1.22.0 or higher)
|
- [yarn](https://yarnpkg.com/) (version 1.22.0 or higher)
|
||||||
- [make](https://www.gnu.org/software/make/) (version 3.81 or higher)
|
- [make](https://www.gnu.org/software/make/) (version 3.81 or higher)
|
||||||
@ -43,10 +41,15 @@ Before installing Jan, make sure you have the following installed on your comput
|
|||||||
git clone https://github.com/janhq/jan
|
git clone https://github.com/janhq/jan
|
||||||
cd jan
|
cd jan
|
||||||
git checkout -b DESIRED_BRANCH
|
git checkout -b DESIRED_BRANCH
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Install dependencies
|
||||||
|
|
||||||
|
```bash
|
||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run development and use Jan Desktop
|
3. Run development and use Jan Desktop
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make dev
|
make dev
|
||||||
@ -62,4 +65,4 @@ This will start the development server and open the Jan Desktop app.
|
|||||||
make build
|
make build
|
||||||
```
|
```
|
||||||
|
|
||||||
This will build the app MacOS (M1/M2/M3) for production (with code signing already done) and put the result in dist folder.
|
This will build the app MacOS (M1/M2/M3) for production (with code signing already done) and put the result in `dist` folder.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user