From 5fc4fda7c67fcb804d83c9ca842c930ac6a245a9 Mon Sep 17 00:00:00 2001 From: Alperen Elhan Date: Sun, 25 Apr 2021 15:51:28 +0300 Subject: [PATCH] docs: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bfa547..a829fe4 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Syncs gnome shell keybindings, tweaks settings and extensions with their configuration across all gnome installations

- - + +

## Installation @@ -53,8 +53,7 @@ You can install it from [**here**](https://extensions.gnome.org/extension/1486/e ## Development -- This extension is written in Typescript and uses webpack to compile it into javascript. -- Most dependencies have auto completion support thanks to [this amazing project](https://github.com/sammydre/ts-for-gjs) by [@sammydre](https://github.com/sammydre) +- This extension is written in Typescript and uses rollup to compile it into javascript. - To start development, you need nodejs installed on your system; - Clone the project @@ -69,6 +68,7 @@ You can install it from [**here**](https://extensions.gnome.org/extension/1486/e ```sh yarn install yarn build + ln -s "$PWD/dist" "$HOME/.local/share/gnome-shell/extensions/extensions-sync@elhan.io" ``` - During development you can use `yarn watch` command to keep generated code up-to-date.