projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74e1ef
)
typo + remove unneeded file
author
ilja
<git@ilja.space>
Thu, 2 Feb 2023 13:37:45 +0000
(14:37 +0100)
committer
ilja
<git@ilja.space>
Thu, 2 Feb 2023 13:37:45 +0000
(14:37 +0100)
Makefile
[deleted file]
patch
|
blob
|
history
docs/README.md
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
deleted file mode 100644
(file)
index
bc8719e
..0000000
--- a/
Makefile
+++ /dev/null
@@
-1,7
+0,0 @@
-all: install
- pipenv run mkdocs build
-
-install:
- pipenv install
-clean:
- rm -rf docs
diff --git
a/docs/README.md
b/docs/README.md
index a9a17a2ab2066e6722c9cd60c3c0bf858551da3a..3da3d1967dae52fbeb6baa54bea66f85443aa82d 100644
(file)
--- a/
docs/README.md
+++ b/
docs/README.md
@@
-24,5
+24,5
@@
mkdocs serve
mkdocs build
# To get out of the virtual environment, you do
-deacivate
+deac
t
ivate
```