fix markdown layout

This commit is contained in:
CongTianKong 2023-07-30 23:59:34 +08:00
parent 580a27c932
commit 3255067f0b
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ There's no license restriction with scripts such as ablrun. All the library file
#### Notes
1. Tested in deepin, but it's also albe to run on other distro based on debian. And It's easy to port to other GNU/Linux platform.
1. Tested in deepin, but it's also able to run on other distro based on debian. And It's easy to port to other GNU/Linux platform.
2. It use bwrap, as a result, some application may not run, such as ones use there own container or ones need to mount filesystem. But appimages will run, because I designed a special method to support.
3. Also include a single libstdc++ library with glibc, because this problem is as often as that with glibc.
4. You may use LD_LIBRARY_PATH environment variable with ablrun to search libraries in other directories, which may solve some other library problem.