Commit 467743b39b68f759a8449e1ab53c087c8b6e098b

Fix xmake link in the README
Author: xaizek
Author date (UTC): 2021-12-31 23:46
Committer name: xaizek
Committer date (UTC): 2021-12-31 23:46
Parent(s): 71f22cbb1eb396cfe388c14c1e4eb6f6d82a4138
Signing key: 99DC5E4DB05F6BE2
Tree: 624d08f4c5ba9ddf5e0f74b217787a166e44fd22
File Lines added Lines deleted
README.md 1 0
File README.md changed (mode: 100644) (index 9200790..3c43180)
... ... main()
223 223 [cursesxx-post]: https://reversed.top/2016-04-24/ncurses-for-cpp/ [cursesxx-post]: https://reversed.top/2016-04-24/ncurses-for-cpp/
224 224 [ndkxx]: http://ndk-xx.sourceforge.net/ [ndkxx]: http://ndk-xx.sourceforge.net/
225 225 [cursespp]: https://github.com/clangen/cursespp [cursespp]: https://github.com/clangen/cursespp
226 [xmake]: https://xmake.io/
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/libcursed

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/libcursed

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master