Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1994 authored Mar 3, 2024
1 parent 2100354 commit 013de60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [BrainFlow Website](https://brainflow.org/)

All changes should be validated locally before pushing to this branch.

### Setup Docker Container For Development

```
Expand All @@ -10,4 +12,4 @@ sudo docker run -d -p 4000:4000 --name brainflow-site -v $PWD:/srv/jekyll brainf
# open http://0.0.0.0:4000/ to check website
# each time you change config file restart container
sudo docker restart brainflow-site
```
```

0 comments on commit 013de60

Please sign in to comment.