Skip to content

Commit

Permalink
docs(update doc): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bingryan committed Aug 30, 2021
1 parent cd55b87 commit 5ca2ec2
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

.idea/
**/expand.rs
.local/Call.yml
20 changes: 20 additions & 0 deletions Call.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
call:
config:
active:
openssh:
- dev
runner: make
mapping:
src: .
dest: ~/workspace/call-2.0
exclude:
- ./target
- README.md
server:
openssh:
dev:
host:
- 192.168.2.26
port: 22
authentication_type: openssh
username: rust
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-call"
version = "0.2.0"
version = "0.3.0"
authors = ["bingryan <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ $ brew install http://git.io/sshpass.rb(if notwork, copy raw content to `sshpass
* [ ] ~~Call Server(Relay Server): relay server which is able to coordinate with clients to establish connectivity(use other port forward tools).~~
* [x] default template(Put the template.yml under ~/.call/template.yml and copy it directly when run: call i)

## Tutorial

[Tutorial Doc](./docs/tutorial.md)

## Contributing

Contributors are welcomed to join this project. Please check [CONTRIBUTING](./CONTRIBUTING.md) about how to contribute
Contributors are welcomed to join this project. Please check [CONTRIBUTING](./.github/CONTRIBUTING.md) about how to contribute
to this project.
3 changes: 3 additions & 0 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# tutorial

TODO

0 comments on commit 5ca2ec2

Please sign in to comment.