Updated README
This commit is contained in:
parent
04a56c3818
commit
4f3da05469
1 changed files with 6 additions and 2 deletions
|
@ -11,6 +11,10 @@ sudo apt-get update
|
||||||
sudo apt-get install intellij-idea-community
|
sudo apt-get install intellij-idea-community
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Report issues
|
||||||
|
|
||||||
|
Please report any issues at [phab.mmk2410.org](https://phab.mmk2410.org/maniphest/task/edit/form/3/). The current issues are also listed [there](https://phab.mmk2410.org/maniphest/query/J9cHtqRh7M5n/).
|
||||||
|
|
||||||
## Updating the package
|
## Updating the package
|
||||||
|
|
||||||
To update the version follow these steps. Replace all instances of `[year].[major].[minor]` with the new version numbers (e.g., 2017.2.5++).
|
To update the version follow these steps. Replace all instances of `[year].[major].[minor]` with the new version numbers (e.g., 2017.2.5++).
|
||||||
|
@ -88,10 +92,10 @@ To update the version follow these steps. Replace all instances of `[year].[majo
|
||||||
|
|
||||||
16. Create new pull request
|
16. Create new pull request
|
||||||
|
|
||||||
## Automatically do steps 2 to 12
|
### Automatically do steps 2 to 12
|
||||||
|
|
||||||
Run `./update-new-version.sh 2017.2.5 [year].[major].[minor]`
|
Run `./update-new-version.sh 2017.2.5 [year].[major].[minor]`
|
||||||
|
|
||||||
## Setting up the build environment
|
### Setting up the build environment
|
||||||
|
|
||||||
Run `sudo apt install devscripts debhelper`.
|
Run `sudo apt install devscripts debhelper`.
|
||||||
|
|
Loading…
Reference in a new issue