Skip to content

Commit fe81bac

Browse files
committed
updated rust instructions
1 parent 7eddff6 commit fe81bac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ debian/debhelper-build-stamp
99
debian/files
1010
debian/nepdate-cli.substvars
1111
debian/nepdate-cli.debhelper.log
12+
target/*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ nepdate-cli is a command-line tool for displaying and converting dates between t
44

55
> [!NOTE]
66
> Rust port is available at rust branch of this repository. if you want to install just binary using cargo use
7-
> ``` cargo install nepdate-cli ``` or use as dependency on Cargo.toml file. ``` ndate = "0.1.1" ```
7+
> ``` cargo install nepdate-cli ``` or use as dependency on Cargo.toml file. ``` ndate = "0.1.3" ```
88
> check https://github.com/khumnath/nepdate-cli/blob/rust/src/bikram.rs for available functions or https://github.com/khumnath/nepdate-cli/blob/rust/src/main.rs for example uses.
9-
9+
> read readme file for rust https://github.com/khumnath/nepdate-cli/blob/rust/README.md
1010
1111
### Features
1212

0 commit comments

Comments
 (0)