Skip to content

Commit afe4b13

Browse files
committed
Update README
1 parent edb3931 commit afe4b13

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

PowerSession.Cli/PowerSession.Cli.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
6+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
67
<AssemblyName>PowerSession</AssemblyName>
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageId>PowerSession</PackageId>
99
<Title>PowerSession</Title>
1010
<Authors>Yuwei Ba</Authors>
11+
<IsPackable>false</IsPackable>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,29 @@ Only the `record` feature is implemented now. The output is comptible with ascii
1818
1919
3. Play
2020
21-
```bash
21+
```PowerShell
2222
$ PowerSession.Cli.exe play a.txt
2323
```
24+
25+
0. Auth
26+
27+
```PowerShell
28+
$ PowerSession.Cli.exe auth
29+
```
30+
31+
4. Upload
32+
33+
```PowerShell
34+
$ PowerSession.Cli.exe upload a.txt
35+
```
2436
25-
## Checkout `asciinema` playing PowerSession record output:
37+
## Checkout A Demo
2638
27-
[![asciicast](https://asciinema.org/a/272577.svg)](https://asciinema.org/a/272577)
39+
[![asciicast](https://asciinema.org/a/272866.svg)](https://asciinema.org/a/272866)
2840
2941
## Roadmap
3042
31-
- [ ] Implement other necessary features
32-
- [ ] ...
43+
- [x] Implement other necessary features
44+
- [ ] Other optional parameters
45+
- [ ] Publish to package installers
46+
- [ ] Test Cases

0 commit comments

Comments
 (0)