]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - app/welcome.html
Update the package version
[perso/Immae/Projets/Nodejs/Surfer.git] / app / welcome.html
index 9d3fa258d6064ffb6cff6265f6ea980df4409895..d85c2a0d5b2562900f15ffabd0d4e5765d34b5de 100644 (file)
@@ -2,21 +2,21 @@
 <head>
     <title> Cloudron Surfer </title>
 
-    <link rel="stylesheet" href="/settings/css/bootstrap.min.css">
-    <link rel="stylesheet" href="/settings/css/style.css">
+    <link rel="stylesheet" href="/_admin/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/_admin/css/style.css">
 
 </head>
 <body>
 
 <div class="wrapper">
     <div class="content">
-        <img src="/settings/img/logo.png"/>
+        <img src="/_admin/img/logo.png"/>
         <h1> Cloudron Surfer </h1>
         <p>
             Upload some files using the commandline tool.
         </p>
         <pre>
-npm -g install cloudron-surfer
+sudo npm -g install cloudron-surfer
 surfer login <%= appUrl %>
 surfer put [file]</pre>
         <br/>