mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 02:52:50 +03:00
update readme
This commit is contained in:
parent
9d46707972
commit
08d3f340dc
22
README.md
22
README.md
@ -1,20 +1,36 @@
|
||||
## prerequisites
|
||||
## development
|
||||
|
||||
### prerequisites
|
||||
|
||||
[see here](https://tauri.app/v1/guides/getting-started/prerequisites)
|
||||
for the list of software required to build / develope the app.
|
||||
|
||||
## setup
|
||||
### setup
|
||||
|
||||
then, make sure to install app dependencies:
|
||||
|
||||
```bash
|
||||
$ cd src-tauri/binaries && make
|
||||
$ pnpm install
|
||||
```
|
||||
|
||||
## development
|
||||
### run
|
||||
|
||||
now you should be able to run the app in development mode:
|
||||
|
||||
```bash
|
||||
$ pnpm tauri dev
|
||||
```
|
||||
|
||||
## building
|
||||
|
||||
to build the app in production mode, run:
|
||||
|
||||
```bash
|
||||
$ cd src-tauri/binaries && make
|
||||
$ pnpm tauri build
|
||||
```
|
||||
|
||||
## releasing
|
||||
|
||||
Releasing is done via [GitHub Action](https://github.com/gitbutlerapp/gitbutler-client-tauri/actions/workflows/publish.yaml).
|
||||
|
Loading…
Reference in New Issue
Block a user