Skip to content

Commit a7750f5

Browse files
committed
Addes some files to gitignore, and added comments about mcli.exe in the README
1 parent 3c29659 commit a7750f5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ build/
3636
docs/build/
3737
docs/source/_build
3838

39-
# General dummy files:
39+
# General test/build files:
4040

4141
test.py
42+
build_exe.bat
43+
build_pypi.sh
44+
build_pypi.bat

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ if rcon.login("password"):
108108

109109
The above command will generate the help menu for mcli. To learn more about mcli, please check out the
110110
[mcli documentation](https://mctools.readthedocs.io/en/latest/mcli.html).
111+
112+
We supply mcli as an executable built using pyinstaller under releases
113+
for windows systems that don't have python installed.
114+
The exe file provided may be buggy or have some weird quirks,
115+
so it is recommended to invoke mcli via python.
111116

112117
# Documentation
113118

@@ -121,7 +126,7 @@ if rcon.login("password"):
121126
If you encounter a bug or any other event that does not seem normal,
122127
then please open an issue, or email me personally.
123128
I will be sure to get back to you as soon as possible.
124-
129+
125130
Your feedback and reports are appreciated!
126131
Your comments and issues are an excellent way to correct issues with mctools.
127132

0 commit comments

Comments
 (0)