## Bug Description
When attempting to start the frpc arm64 version on Termux, I encountered an error message indicating that the './frpc.ini' file does not exist.

## frpc Version
frpc version 0.61.0

## frps Version
frps version 0.60.0

## System Architecture
Android / Termux with arm64 architecture

## Configurations
The 'user' parameter is set to '.Envs.FRPC_HOSTNAME}}' in the frpc.ini file.
Other configurations are as follows(
* serverAddr = '{{.Envs.FRPS_ADDR
)
'
* serverPort = 7000
* loginFailExit = true
* auth.method = 'token'
* auth.token = ''
* includes = ['./client/*.toml']

## Steps to reproduce
To reproduce this issue, follow these steps:
1. Download 'frp_0.61.0_android_arm64.tar.gz' from the official repository.
2. Extract the tar.gz file.
3. Attempt to execute the frpc application.
4. Observe the error message indicating that the './frpc.ini' file does not exist.

## Affected areas
This issue affects the following areas:
* [X] Docs
* [ ] Installation
* [ ] Performance and Scalability
* [ ] Security
* [ ] User Experience
* [ ] Test and Release
* [ ] Developer Infrastructure
* [ ] Client Plugin
* [ ] Server Plugin
* [ ] Extensions
* [ ] Others