diff --git a/README.md b/README.md index 19dde5e..f3756de 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,13 @@ Installation Additional information ====================== +TODO (wish list) +---------------- +* data labels on tooltip +* package manager support +* hddmb support +* ps count and ps support + Links ----- * [Homepage](http://arcanis.name/projects/pytextmonitor/) diff --git a/create_archive.sh b/create_archive.sh index e9af20c..33fec24 100755 --- a/create_archive.sh +++ b/create_archive.sh @@ -1,7 +1,7 @@ #!/bin/bash # update english readme -cp readme/en.md README.md +cp README.md readme/en.md SRCDIR="sources" VERSION=$(grep -m1 PROJECT_VERSION_MAJOR sources/CMakeLists.txt | awk '{print $3}' | cut -c 1).\