aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index b40bab3..6c8b45a 100644
--- a/README.md
+++ b/README.md
@@ -15,13 +15,13 @@ The project structure is based on [Vite Electron Builder Boilerplate](https://gi
15 15
16After installing `node`, you can install `yarn` with 16After installing `node`, you can install `yarn` with
17 17
18``` sh 18```sh
19npm i -g yarn 19npm i -g yarn
20``` 20```
21 21
22To start working, install all dependencies with 22To start working, install all dependencies with
23 23
24``` sh 24```sh
25yarn install --immutable 25yarn install --immutable
26``` 26```
27 27
@@ -33,7 +33,7 @@ yarn types
33 33
34To start a development instance of Sophie, which will reload on source changes, run 34To start a development instance of Sophie, which will reload on source changes, run
35 35
36``` sh 36```sh
37yarn watch 37yarn watch
38``` 38```
39 39
@@ -51,7 +51,7 @@ yarn watch:test
51 51
52To build the application in release mode, run 52To build the application in release mode, run
53 53
54``` sh 54```sh
55yarn compile 55yarn compile
56``` 56```
57 57
@@ -69,8 +69,8 @@ yarn run lint
69 69
70## License 70## License
71 71
72> Copyright (C) 2021-2022 Kristóf Marussy &lt;kristof@marussy.com&gt;<br> 72> Copyright (C) 2021-2022 Kristóf Marussy &lt;kristof@marussy.com&gt;<br>
73> Copyright (C) 2022 Vijay A &lt;vraravam@users.noreply.github.com&gt; 73> Copyright (C) 2022 Vijay A &lt;vraravam@users.noreply.github.com&gt;
74> 74>
75> This program is free software: you can redistribute it and/or modify 75> This program is free software: you can redistribute it and/or modify
76> it under the terms of the GNU Affero General Public License as 76> it under the terms of the GNU Affero General Public License as
@@ -78,7 +78,7 @@ yarn run lint
78> 78>
79> This program is distributed in the hope that it will be useful, 79> This program is distributed in the hope that it will be useful,
80> but WITHOUT ANY WARRANTY; without even the implied warranty of 80> but WITHOUT ANY WARRANTY; without even the implied warranty of
81> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 81> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
82> GNU Affero General Public License for more details. 82> GNU Affero General Public License for more details.
83> You should have received a copy of the GNU Affero General Public License 83> You should have received a copy of the GNU Affero General Public License
84> along with this program. If not, see &lt;[https://www.gnu.org/licenses/](https://www.gnu.org/licenses/)&gt;. 84> along with this program. If not, see &lt;[https://www.gnu.org/licenses/](https://www.gnu.org/licenses/)&gt;.