Skip to content

Commit bae25ba

Browse files
authoredOct 29, 2023
add python to .tool-versions for asdf glory (#450)
also add builds badge to README
1 parent 7df0369 commit bae25ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.tool-versions

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
lua 5.4.6
2+
python 3.11.6

‎README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
ja++ modification for jedi academy - best used with [openjk](http://github.com/JACoders/OpenJK)
44
see [japp.jkhub.org](http://japp.jkhub.org) for more information
55

6+
[![build](https://github.com/Razish/japp/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Razish/japp/releases/tag/latest)
7+
68
## supports
79

810
| | Windows | Linux | macOS |
@@ -23,7 +25,8 @@ see [japp.jkhub.org](http://japp.jkhub.org) for more information
2325

2426
### linux (debian-based)
2527

26-
`git scons gcc g++ libreadline-dev`
28+
- `git scons gcc g++ libreadline-dev`
29+
- [asdf-vm](https://asdf-vm.com/guide/getting-started.html) (optional, recommended)
2730

2831
## compiling
2932

@@ -41,10 +44,6 @@ Environment Variables
4144
- `NO_SSE` 1 to not generate SSE2 instructions - closer to basejka. This is used for official builds
4245
- `MORE_WARNINGS` 1 to enable more compiler warnings
4346

44-
## builders
45-
46-
⚠️ oops they're all gone! please replace me with Github actions!
47-
4847
## contributors ([full list](https://github.com/Razish/japp/graphs/contributors))
4948

5049
- Raz0r (lead)

0 commit comments

Comments
 (0)
Please sign in to comment.