Compare commits

...

2 Commits

Author SHA1 Message Date
ksyasuda
7c2b547b57 remove unneeded reinstall option 2022-01-29 01:19:27 -08:00
ksyasuda
4e414f353c fix typo 2022-01-29 01:16:40 -08:00
2 changed files with 2 additions and 5 deletions

View File

@ -20,7 +20,4 @@ ifneq ("$(wildcard $(DESTDIR)$(PREFIX)/bin/aniwrapper)","")
$(RM) $(DESTDIR)$(PREFIX)/bin/aniwrapper
endif
reinstall: uninstall install
.PHONY: all install uninstall dev reinstall
.PHONY: all install uninstall dev

View File

@ -146,7 +146,7 @@ In this program, rofi is configured to search with case insensitivity and select
Once your history starts filling up, it becomes progressively more difficult to form unique search queries
![selection with dash](https://imgur.com/vSyaoG6.png)
The workaround for this is to prepend a dash ` -` to the search query<br/>
The workaround for this is to append a dash ` -` to the end of the search query<br/>
The above output was produced by searching: `isekai -`
</div>