projects
/
cinny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e5520
)
fix some wording in README
author
William Kray
<william@kray.pw>
Sun, 1 Aug 2021 15:54:19 +0000
(08:54 -0700)
committer
William Kray
<william@kray.pw>
Sun, 1 Aug 2021 15:54:19 +0000
(08:54 -0700)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 5ae6d5624872bf4384f8a9ed3969fc1346cdabcc..a5350aae1a093a36841f63e764784cd6e509891e 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-30,7
+30,8
@@
npm install #installs all dependencies
npm build #compiles the app into the dist/ directory
```
-To serve a development version of the app for testing, you may also use the command `npm start`.
+You can then copy the files to a webserver's webroot of your choosing as noted above.
+To serve a development version of the app locally for testing, you may also use the command `npm start`.
### Running with Docker