Updated Installation as webapp (markdown)

zadam 2018-01-31 08:20:44 -05:00
parent 2c854afbc8
commit ad03f0eb54

@ -46,7 +46,7 @@ npm install
cd trilium
# 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).