Skip to content

Commit 4e17de1

Browse files
committed
actualizo el readme con lo que me sirvio a mí para correrlo
1 parent ab5deba commit 4e17de1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ bundle install
2222
Para correr la página en tu compu, hacé
2323

2424
```
25-
bundle exec jekyll serve
25+
bundler exec jekyll build && bash -c 'cd _site && python -m http.server 3000'
26+
2627
```
2728

2829
Te levanta un servidor local,

0 commit comments

Comments
 (0)