diff --git a/README.md b/README.md index fa32788..9d3c3d2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ -# 🚀 Welcome to your new awesome project! +a weird clusterfuck of tooling to make an awful website. don't do what i did. -This project has been created using **webpack-cli**, you can now run +Requirements: + pandoc + GNU make + uglify-js + scss (sass) -``` -npm run build -``` - -or - -``` -yarn build -``` - -to bundle your application +Usage: + Use GNU Make to compile, + Point your webserver to the dist/ directory diff --git a/README.txt b/README.txt deleted file mode 100644 index 9d3c3d2..0000000 --- a/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -a weird clusterfuck of tooling to make an awful website. don't do what i did. - -Requirements: - pandoc - GNU make - uglify-js - scss (sass) - -Usage: - Use GNU Make to compile, - Point your webserver to the dist/ directory