Skip to content

Commit 8509ec0

Browse files
authored
Update README.md
1 parent da81e83 commit 8509ec0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,32 @@ An example of a ```.yml``` file follows below for a talk. You'll notice that the
3131
alt: "The Abdus Salam International Centre for Theoretical Physics (ICTP)"
3232
url: "https://www.ictp.it/"
3333
```
34+
35+
36+
## Testing your updates
37+
38+
If you know what you are doing just run this command
39+
40+
```
41+
bundle exec jekyll serve
42+
```
43+
44+
If you have agithub login try using gitpod by adding gitpod.io/# to the tinyMLx URL
45+
46+
47+
gitpod.io/#https://github.com/tinyMLx/tinyMLx.github.io
48+
49+
Then run
50+
51+
52+
```
53+
bundle exec jekyll serve
54+
```
55+
56+
and open up a browser window. Then make your edits live and copy the files you changed to your fork of the tinyMLx repo and send a pull request PR.
57+
58+
59+
3460
If you have any questions / comments / concerns please reach out to the site maintainers at [email protected].
3561

3662
== License ==

0 commit comments

Comments
 (0)