From d346952a54ce7be7382f1cf914c974ed5a97837b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 9 Jul 2020 16:17:22 -0400 Subject: [PATCH] tidy up README.md --- css/README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/css/README.md b/css/README.md index 4c11885..b9defb5 100644 --- a/css/README.md +++ b/css/README.md @@ -6,6 +6,8 @@ the latest compiled css will be available [here](https://tilde.team/css/hacker.c if you want a quick start, feel free to use [skeleton.html](skeleton.html). + curl https://tilde.team/css/skeleton.html > mynewpage.html + the major changes from the original are a few tweaks to colors of code samples and font sizes. feel free to use and modify as you like! @@ -24,9 +26,7 @@ check out the [example site](https://tilde.team/css/)! you can pick up the latest [hacker.css](https://tilde.team/css/hacker.css) and reference the css in your page. -```html - -``` + **or** you could be a real h4x0r. @@ -34,20 +34,17 @@ you can pick up the latest [hacker.css](https://tilde.team/css/hacker.css) and r open up your h4x0r terminal and type the following: -```bash -git clone https://tildegit.org/team/site -cd site/css -``` + git clone https://tildegit.org/team/site + cd site/css if you want to make adjustments with live-reloading, try this: -```bash -make dev -``` + + make dev if you just want to compile, you can do this: -```bash -make -``` + + make + you'll find the compiled css in hacker.css to do with as you please