Skylsmoi 6 anni fa
parent
commit
902149334f
No account linked to committer's email
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      all_cmd.md

+ 1 - 1
all_cmd.md Vedi File

@@ -65,7 +65,7 @@ npm run build
65 65
 ```
66 66
 #### copy the builded source to tracim_frontend
67 67
 ```
68
-cp dist/pageHtml.app.js __tracim_frontend repo__/dist/app
68
+cp dist/pageHtml.app.js "tracim_frontend repo"/dist/app
69 69
 ```
70 70
 
71 71