|
@@ -10,12 +10,12 @@ and all users will have synced tasks.
|
|
|
```shell
|
|
```shell
|
|
|
% git clone https://codeberg.org/darkrenaissance/darkfi
|
|
% git clone https://codeberg.org/darkrenaissance/darkfi
|
|
|
% cd darkfi
|
|
% cd darkfi
|
|
|
-% make BINS="taud"
|
|
|
|
|
|
|
+% make taud
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
If you want to have `taud` system wide:
|
|
If you want to have `taud` system wide:
|
|
|
```shell
|
|
```shell
|
|
|
-% sudo make install BINS="taud"
|
|
|
|
|
|
|
+% sudo make install taud
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
And then run the daemon:
|
|
And then run the daemon:
|
|
@@ -23,12 +23,18 @@ And then run the daemon:
|
|
|
% taud
|
|
% taud
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-For the CLI part of `tau`, we use `tau-python`, you can run it with:
|
|
|
|
|
|
|
+For the CLI part of `tau`, we use `tau-python`,
|
|
|
|
|
+Let's install the requirements:
|
|
|
```shell
|
|
```shell
|
|
|
% cd bin/tau/tau-python
|
|
% cd bin/tau/tau-python
|
|
|
|
|
+% pip install -r requirements.txt
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+Then you can run it with:
|
|
|
|
|
+```shell
|
|
|
% ./tau
|
|
% ./tau
|
|
|
```
|
|
```
|
|
|
-Or you can alias it by adding this line to your `bashrc`:
|
|
|
|
|
|
|
+Or you can alias it by adding this line to your `~/.bashrc`:
|
|
|
```shell
|
|
```shell
|
|
|
% alias tau=/path-to-darkfi/bin/tau/tau-python/tau
|
|
% alias tau=/path-to-darkfi/bin/tau/tau-python/tau
|
|
|
```
|
|
```
|