mirror of https://git.tuxpa.in/a/code-server.git
docs: add termux.md
This commit is contained in:
parent
ad6a7746ce
commit
f06a7cca52
|
@ -30,6 +30,7 @@ main() {
|
|||
doctoc --title '# Maintaining' docs/MAINTAINING.md >/dev/null
|
||||
doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md >/dev/null
|
||||
doctoc --title '# iPad' docs/ipad.md >/dev/null
|
||||
doctoc --title '# Termux' docs/ipad.md >/dev/null
|
||||
|
||||
if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then
|
||||
echo "Files need generation or are formatted incorrectly:"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
# Termux
|
Loading…
Reference in New Issue