mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-09 08:25:44 +00:00
11
README.md
11
README.md
@@ -17,12 +17,21 @@ $ git clone https://github.com/zulip/zulip-electron
|
|||||||
$ cd zulip-electron
|
$ cd zulip-electron
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Use your package manager to install `npm`.
|
||||||
|
|
||||||
|
If you're on Debian or Ubuntu, you'll also need to install
|
||||||
|
`nodejs-legacy`:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ sudo apt-get install npm nodejs-legacy
|
||||||
|
```
|
||||||
|
|
||||||
Install project dependencies:
|
Install project dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
Start the App
|
Start the app:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm start
|
$ npm start
|
||||||
|
|||||||
Reference in New Issue
Block a user