diff --git a/.gitmodules b/.gitmodules index 0549462..675b3d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/libshared"] path = src/libshared - url = https://github.com/GothenburgBitFactory/libshared + url = https://git.tasktools.org/TM/libshared.git diff --git a/ChangeLog b/ChangeLog index 482479c..733d5fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -1.2.0 (2017-05-10) 3f4b2284ad19beacd30e202e6c700a36c2b65c60 +1.2.0 (2017-05-10) - - TS-29 tasksh hangs trying to read task from stdin (thanks to ilove zfs). diff --git a/README.md b/README.md index b744a5f..c484eed 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -# Installing -* Debian/Ubuntu: -``` -$ sudo apt-get install tasksh -``` - # Disclaimer during ongoing development The development branch is a work in progress and may not pass all quality tests, @@ -21,6 +15,3 @@ Thank you for taking a look at tasksh!! --- Tasksh is released under the MIT license. For details check the LICENSE file. - -# Important note -When cloning this from the repo to build from source make sure you `git clone --recursive` to get all required submodules.