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
* packages debhelper and devscripts are for building debian installer package.
50
+
*packages debhelper and devscripts are for building debian installer package.*
57
51
58
52
3. Build and install:
59
53
60
-
Bash
54
+
```bash
55
+
mkdir build
56
+
cd build
57
+
cmake ..
58
+
make
59
+
sudo make install
60
+
```
61
61
62
-
```
63
-
mkdir build
64
-
cd build
65
-
cmake ..
66
-
make
67
-
sudo make install
68
-
69
-
```
70
-
* if need to build deb package with signing, run ``` dpkg-buildpackage -b``` from project root directory.(you have to edit email address to yours in files in /debian folder.)
*if need to build deb package with signing, run `dpkg-buildpackage -b` from project root directory. (you have to edit email address to yours in files in /debian folder.)*
63
+
*`dpkg-buildpackage -b -us -uc`command builds debian package without signing.*
72
64
73
65
### Usage
74
66
75
67
Once installed, you can use nepdate-cli from the command line. Here are some basic commands:
### ** Replace the date strings with the date you want to convert.
112
128
113
-
## Contributing
129
+
### Contributing
114
130
115
131
Contributions are welcome! If you have any bug reports or feature requests, please open an issue on the GitHub [repository](https://github.com/opensource-nepal/nepdate-cli).
116
132
117
133
Here's a quick guide to contributing code:
118
134
119
135
1. Fork the repository.
120
-
3. Create a new branch for your changes.
121
-
5. Commit your changes and push them to your fork.
122
-
7. Open a pull request against the main branch of the original repository.
123
-
136
+
2. Create a new branch for your changes.
137
+
3. Commit your changes and push them to your fork.
138
+
4. Open a pull request against the main branch of the original repository.
0 commit comments