Skip to content

Commit 48eb40c

Browse files
doc: suggest a basic auto-reload setup (#14216)
1 parent 881d0c0 commit 48eb40c

File tree

1 file changed

+1
-3
lines changed
  • tutorials/building_a_simple_web_blog_with_vweb

1 file changed

+1
-3
lines changed

tutorials/building_a_simple_web_blog_with_vweb/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ fn (mut app App) time() vweb.Result {
112112

113113
<img width=662 src="https://github.com/vlang/v/blob/master/tutorials/building_a_simple_web_blog_with_vweb/img/time.png?raw=true">
114114

115-
>You have to rebuild and restart the website every time you change the code.
116-
In the future, Vweb will detect changes and recompile the website in the background
117-
while it's running.
115+
>TIP: run the following command to live-reload the server: `v watch run blog.v`
118116
119117
The `.text(string)` method returns a plain text document with the provided
120118
text, which isn't frequently used in websites.

0 commit comments

Comments
 (0)