Update docs for new develop builds

This commit is contained in:
Kovid Goyal
2023-07-29 14:16:25 +05:30
parent 52ffc417b6
commit ecbec79cff
4 changed files with 78 additions and 94 deletions

9
dev.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
#
# dev.sh
# Copyright (C) 2023 Kovid Goyal <kovid at kovidgoyal.net>
#
# Distributed under terms of the GPLv3 license.
#
exec go run bypy/devenv.go "$@"