Bad3r 3 лет назад
Родитель
Сommit
d8303d055c
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      docs/dev-practices.md

+ 3 - 2
docs/dev-practices.md

@@ -215,13 +215,14 @@ database changes in realtime. See [these
 docs](https://github.com/logseq/bb-tasks#logseqbb-tasksnbbwatch) for more info.
 
 ## FAQ
+
 If dev app launch failed after electron upgrade:
-```
+```sh
 yarn
 yarn watch
 ```
 In another window:
-```
+```sh
 cd static
 yarn
 cd ..