Skip to content

Commit 70dea0d

Browse files
authored
Update README.md
1 parent 035a0b9 commit 70dea0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Replace `nepdate-cli_1.0.0_amd64.deb` with the filename of the downloaded packag
4040
Bash
4141
```
4242
git clone https://github.com/khumnath/nepdate-cli.git
43-
cd ndate
43+
cd nepdate-cli
4444
```
4545

4646
2. Install dependencies:
@@ -72,20 +72,20 @@ sudo make install
7272

7373
### Usage
7474

75-
Once installed, you can use ndate from the command line. Here are some basic commands:
75+
Once installed, you can use nepdate-cli from the command line. Here are some basic commands:
7676

7777
- Display the current Bikram Sambat date:
7878

7979
Bash
8080

8181
```
82-
ndate
82+
nepdate-cli
8383
```
8484
output:
8585
![Screenshot_select-area_20240810182013](https://github.com/user-attachments/assets/7b0f2e84-ec09-44a0-9edc-37bd46a682c4)
8686
* Convert to Bikram Sambat
8787
```
88-
ndate --conv --tobs 2024 8 10
88+
nepdate-cli --conv --tobs 2024 8 10
8989
```
9090
output:
9191
![Screenshot_select-area_20240810182157](https://github.com/user-attachments/assets/474ff597-829e-4f48-8d16-079673f902fd)
@@ -104,7 +104,7 @@ output:
104104

105105
## Contributing
106106

107-
Contributions are welcome! If you have any bug reports or feature requests, please open an issue on the GitHub [repository](https://github.com/khumnath/ndate).
107+
Contributions are welcome! If you have any bug reports or feature requests, please open an issue on the GitHub [repository](https://github.com/khumnath/nepdate-cli).
108108

109109
Here's a quick guide to contributing code:
110110

@@ -116,7 +116,7 @@ Here's a quick guide to contributing code:
116116

117117
### License
118118

119-
ndate is released under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). See the LICENSE file for more details.
119+
nepdate-cli is released under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). See the LICENSE file for more details.
120120

121121
### Contact
122122

0 commit comments

Comments
 (0)