From 2654090ccc250943c121f011d06ca983cc775dad Mon Sep 17 00:00:00 2001 From: su-ex Date: Tue, 16 Feb 2021 13:35:35 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eaa9447..4f6500d 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ Feel free to [join the discussion on matrix](https://matrix.to/#/#schildichat-we This particular repo is a wrapper project for element-desktop, element-web, matrix-react-sdk and matrix-js-sdk in order to build SchildiChat Web **and** Desktop. +### Install dependencies -### Debian build dependencies +#### Debian build dependencies Since Debian is usually slow to update packages on its stable releases, some dependencies might not be recent enough to build SchildiChat. @@ -43,14 +44,14 @@ $ echo 'export PATH="$PATH:$HOME/.cargo/bin"' >> .bashrc $ source .bashrc ``` -### macOS build dependencies +#### macOS build dependencies -#### Install brew package manager +##### Install brew package manager ``` /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` -#### Install packages +##### Install packages ``` brew install tcl rust node gpg vim curl git yarn git make gcc