Merge remote-tracking branch 'origin/master'

azivner 2018-02-03 12:45:11 -05:00
commit 2d6394327f

@ -46,7 +46,7 @@ npm install
cd trilium cd trilium
# using nohup to make sure trilium keeps running after user logs out # using nohup to make sure trilium keeps running after user logs out
nohup node bin/www & nohup node src/www &
~~~~ ~~~~
Application by default starts up on port 8080, so you can open your browser and navigate to http://localhost:8080 to access Trilium (replace "localhost" with your hostname). Application by default starts up on port 8080, so you can open your browser and navigate to http://localhost:8080 to access Trilium (replace "localhost" with your hostname).