Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
copyright and links
  • Loading branch information
fault2004 authored Oct 15, 2023
1 parent 7b94fb4 commit e4161dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dwarf, from Dwarf Fortress (Video game)
The code itself.

#!/bin/sh
# dwfweb, static website generator, emelhnn @ 2022, MIT <https://github.com/emelhnn/dwfweb>
# dwfweb, static website generator, fault2004 @ 2023, MIT <https://github.com/fault2004/dwfweb>
[ ! -f smu/smu ] && (cd smu && make); [ -d o ] && rm -rf o; mkdir o; cp -r m o
for pd in p/*; do
p="${pd##*/}"; pe="${p%%.*}"
Expand All @@ -48,7 +48,7 @@ The code itself.

You need build tools to building smu from source, dwfweb will build smu for you.

git clone https://github.com/emelhnn/dwfweb && cd dwfweb
git clone https://github.com/fault2004/dwfweb && cd dwfweb
git submodule update --init
./dwfweb

Expand Down

0 comments on commit e4161dd

Please sign in to comment.