Skip to content

Commit

Permalink
tools: bump hecat to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 24, 2023
1 parent d503ba9 commit 59ed57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
python3 -m venv .venv
source .venv/bin/activate && \
pip3 install wheel && \
pip3 install --force git+https://github.com/nodiscc/[email protected].0 'sphinx<7'
pip3 install --force git+https://github.com/nodiscc/[email protected].1 'sphinx<7'

.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: clean install
Expand Down

0 comments on commit 59ed57f

Please sign in to comment.