mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Compare commits
9 commits
Post120ToM
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ba28fd0e04 | ||
![]() |
06687e526b | ||
![]() |
27bdb5019d | ||
![]() |
abf75754f9 | ||
![]() |
61dd5ea775 | ||
![]() |
297b1b53c5 | ||
![]() |
68d8a9acac | ||
![]() |
41a4ed5f22 | ||
![]() |
6bc537b9d9 |
2 changed files with 10 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue