瀏覽代碼

Update readme

Joeri Exelmans 3 年之前
父節點
當前提交
4b621e6b2e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,6 +1,5 @@
 ## About
 
-
 This is a fork of drawio. The purpose of this fork is to create a version of drawio that includes some custom plugins.
 
 *Why create a fork* instead of just creating a repo for the plugins? Because the webapp version of drawio does not allow you to load anything but "stock" plugins (I guess for safety reasons).
@@ -41,6 +40,7 @@ A symlink called `result` will be placed in your current working directory, poin
   * if `server`, then you can run `./result/bin/drawioserver` to launch the (NodeJS) backend
   * if `dockerServer`, then `result` points to a docker image (.tar.gz)
 
+
 ## Development
 
 To run the server script without installation, you can ask Nix to give you a 'development shell'. In the root directory, run:
@@ -58,6 +58,7 @@ There are 2 other (build) scripts in the `scripts` directory. The reason is as f
 
 We chose option 2, simply because rewriting drawio's build is outside of the scope of this project.
 
+
 ## Running
 
 When you are running the backend server (either after building the server package or running a development server), navigate to <http://localhost:8700> to load the frontend.