aboutsummaryrefslogtreecommitdiffstats
path: root/readme.org
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-20 12:46:05 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-20 14:20:27 +0200
commit4a81bf5b7a307d9b448f98ffcaa489be2227d1f2 (patch)
treedc966ac9969608da6cbd177c6acd409421cbba8e /readme.org
parent10207f629e1fca6497a0dbbd79e416536ee0958f (diff)
downloadhugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.tar.gz
hugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.tar.bz2
hugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.zip
Local tachyons
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/readme.org b/readme.org
index a3ed023..e4d3fa5 100644
--- a/readme.org
+++ b/readme.org
@@ -1,6 +1,6 @@
* Usage
-On your project run
-#+begin_src bash
-npm install tachyons
-#+end_src
-This will allow the system to compile the css.
+You must compile the tachyons modifications.
+For that run the local makefile for the =css= target.
+
+It is only a dev dependency, there is no need for tachyons dependencies on the
+project.