Compare commits

...

9 commits

Author SHA1 Message Date
Paul Beckingham
ba28fd0e04
Merge pull request #65 from tom-doerr/patch-1
Add Installation Instructions for Debian/Ubuntu
2020-11-21 09:38:52 -05:00
Paul Beckingham
06687e526b
Merge pull request #62 from 0xACE/submodulelibshared
updated url for libshared submodule
2020-11-21 09:38:17 -05:00
Tom Dörr
27bdb5019d Add Installation Instructions for Debian/Ubuntu
I spent quite some time trying to compile taskshell from source since I could not find `taskshell` with apt. Adding Installation Instructions might save other people time.
2020-02-09 23:08:16 +01:00
0xACE
abf75754f9 updated url for libshared submodule 2019-10-12 01:26:54 +02:00
Paul Beckingham
61dd5ea775
Merge pull request #46 from dbwest/patch-1
important info so people can build the project
2018-09-08 11:54:07 -04:00
David West
297b1b53c5
important info so people can build the project
not obvious to use recursive without a tip
2018-09-08 11:45:44 -04:00
Paul Beckingham
68d8a9acac Revert "Hide information by default in review"
This reverts commit 6bc537b9d9.
2018-06-02 19:57:55 -04:00
Paul Beckingham
41a4ed5f22
Merge pull request #39 from kmarekspartz/hide-information-in-review
Hide information by default in review
2018-06-02 19:55:02 -04:00
Kyle Marek-Spartz
6bc537b9d9 Hide information by default in review
Originally submitted to taskwarrior-dev: https://groups.google.com/forum/#!topic/taskwarrior-dev/a8XizQmscl8
2018-06-02 14:13:24 -07:00
2 changed files with 10 additions and 1 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "src/libshared"] [submodule "src/libshared"]
path = src/libshared path = src/libshared
url = https://git.tasktools.org/TM/libshared.git url = https://github.com/GothenburgBitFactory/libshared

View file

@ -1,3 +1,9 @@
# Installing
* Debian/Ubuntu:
```
$ sudo apt-get install tasksh
```
# Disclaimer during ongoing development # Disclaimer during ongoing development
The development branch is a work in progress and may not pass all quality tests, The development branch is a work in progress and may not pass all quality tests,
@ -15,3 +21,6 @@ Thank you for taking a look at tasksh!!
--- ---
Tasksh is released under the MIT license. For details check the LICENSE file. 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.