summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-11 09:00:22 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-11 09:00:22 -0300
commit88464cfc9a788ca3a28c704bd19c3f2fdef27e45 (patch)
tree09457adf2f1a4f8e6f0ab8cf8776d47ed254acea /README.md
parent50b55851532588f60de7e66819a0f174e594c197 (diff)
Removed pre-commit from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 72354b6..721a941 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,6 @@ This are the source files for https://yams.media.
## Dependencies
- hugo.
-- cwebp (development only).
## To run
@@ -15,15 +14,10 @@ This are the source files for https://yams.media.
``` sh
git clone git@gitlab.com:rogs/yams.media.git
cd yams.media
-ln -s $(pwd)/pre-commit $(pwd)/.git/hooks # for pre-commit hooks
hugo serve
```
And open http://localhost:1313 to see the site.
-#### About the pre-commit hooks and MacOS
-
-If you are in MacOS you might have problems because of the `sed` command. If you are having problems, just change `sed -i` for `sed -i ''` and you'll be good to go! Please do not commit this change into the repository.
-
### For production
``` sh