Commit 034f30d 1 parent 9399685 commit 034f30d Copy full SHA for 034f30d
File tree 7 files changed +14
-86
lines changed
7 files changed +14
-86
lines changed Original file line number Diff line number Diff line change 1
- # Installation
1
+ <!-- # Installation
2
2
3
3
#### Windows
4
4
7
7
8
8
```powershell
9
9
./tytm update
10
- ```
10
+ ``` -->
11
11
12
12
<!-- #### MacOS
13
13
14
14
Currently, a pre-built executable is not available. See [build](#build) for more. -->
15
15
16
16
# Usage
17
17
18
- #### Update manifests
18
+ <!-- #### Update manifests
19
19
20
20
TyTM uses manifests to obtain the necessary information for fetching themes.
21
21
22
22
```shell
23
23
./tytm update
24
- ```
24
+ ``` -->
25
25
26
26
#### Install a theme
27
27
28
- You can install a theme using its unique ID. Browse [ themes] ( themes/index ) to see the available themes.
28
+ You can install a theme using its url.
29
+
30
+ - If the url points to a zip file, use ` -u zip ` flag.
31
+ - If the url points to a git repository, use ` -u git ` flag.
32
+
29
33
30
34
``` shell
31
- ./tytm add < ID >
35
+ ./tytm add -u < TYPE > < URL >
32
36
```
33
37
34
- #### Remove a theme
38
+ <!-- #### Remove a theme
35
39
36
40
You can simply use the same id to remove a theme.
37
41
38
42
```shell
39
43
./tytm remove <ID>
40
- ```
44
+ ``` -->
41
45
42
46
<!--
43
47
Original file line number Diff line number Diff line change 1
- # TyTM <small >0.2.6 </small >
1
+ # TyTM <small >0.3.0 </small >
2
2
3
3
> A theme manager for Typora.
4
4
Original file line number Diff line number Diff line change 1
1
* [ ** Getting Started** ] ( README )
2
- * [ Installation] ( README#installation )
2
+ <!-- * [Installation](README#installation) -->
3
3
* [ Usage] ( README#usage )
4
-
5
- * [ ** Themes** ] ( themes/index )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments