Skip to content

Commit f813302

Browse files
authored
Update README.md
repo and package name change to nepdate-cli
1 parent 4e02446 commit f813302

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## ndate: Bikram Sambat Date Converter
1+
## nepdate-cli: Bikram Sambat Date Converter
22

3-
ndate is a command-line tool for displaying and converting dates between the Bikram Sambat (Vikram Samvat) and Gregorian calendars. It's a simple utility designed for easy interaction with these two calendar systems.
3+
nepdate-cli is a command-line tool for displaying and converting dates between the Bikram Sambat (Vikram Samvat) and Gregorian calendars. It's a simple utility designed for easy interaction with these two calendar systems.
44

55
### Features
66

@@ -14,17 +14,17 @@ There are two installation methods available: using a Debian package or compilin
1414

1515
#### From Debian Package
1616

17-
1. **Download the latest `.deb` file** from the [releases](https://github.com/khumnath/ndate/releases) page.
17+
1. **Download the latest `.deb` file** from the [releases](https://github.com/khumnath/nepdate-cli/releases) page.
1818
2. **Install the package** using `dpkg`:
1919

2020
Bash
2121

2222
```
23-
sudo dpkg -i ndate_1.0.0_amd64.deb
23+
sudo dpkg -i nepdate-cli_1.0.0_amd64.deb
2424
2525
```
2626

27-
Replace `ndate_1.0.0_amd64.deb` with the filename of the downloaded package.
27+
Replace `nepdate-cli_1.0.0_amd64.deb` with the filename of the downloaded package.
2828

2929

3030
#### From Source
@@ -33,7 +33,7 @@ Replace `ndate_1.0.0_amd64.deb` with the filename of the downloaded package.
3333

3434
Bash
3535
```
36-
git clone https://github.com/khumnath/ndate.git
36+
git clone https://github.com/khumnath/nepdate-cli.git
3737
cd ndate
3838
```
3939

@@ -87,7 +87,7 @@ output:
8787

8888
* Convert a Bikram Sambat date to Gregorian:
8989
```
90-
ndate --conv --toad 2081 4 26
90+
nepdate-cli --conv --toad 2081 4 26
9191
9292
```
9393
output:
@@ -114,4 +114,4 @@ ndate is released under the [GNU General Public License v3.0](https://www.gnu.or
114114

115115
### Contact
116116

117-
For any inquiries, you can reach out to [khumnath](https://khumnath.com.np) cg.
117+
For any inquiries, you can reach out to [khumnath](https://khumnath.com.np) cg.

0 commit comments

Comments
 (0)