You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
## ndate: Bikram Sambat Date Converter
1
+
## nepdate-cli: Bikram Sambat Date Converter
2
2
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.
4
4
5
5
### Features
6
6
@@ -14,17 +14,17 @@ There are two installation methods available: using a Debian package or compilin
14
14
15
15
#### From Debian Package
16
16
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.
18
18
2.**Install the package** using `dpkg`:
19
19
20
20
Bash
21
21
22
22
```
23
-
sudo dpkg -i ndate_1.0.0_amd64.deb
23
+
sudo dpkg -i nepdate-cli_1.0.0_amd64.deb
24
24
25
25
```
26
26
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.
28
28
29
29
30
30
#### From Source
@@ -33,7 +33,7 @@ Replace `ndate_1.0.0_amd64.deb` with the filename of the downloaded package.
0 commit comments