瀏覽代碼

Merge pull request #17 from dvdsk/patch-1

Remove --linenumbers in systemd example
Dániel Szabó 3 年之前
父節點
當前提交
1c21943c75
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.MD

+ 1 - 1
README.MD

@@ -157,7 +157,7 @@ RootDirectory=/
 WorkingDirectory=/home/ubuntu/server/microbin
 
 # This is the location of my executable - I also have 2 optional features enabled
-ExecStart=/home/ubuntu/server/microbin/target/release/microbin --editable --linenumbers --highlightsyntax
+ExecStart=/home/ubuntu/server/microbin/target/release/microbin --editable --highlightsyntax
 
 # I keep my installation in the home directory, so I need to add this
 ProtectHome=off