Skip to content

Commit

Permalink
doc: More specific installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Sep 7, 2024
1 parent 99f262b commit 1c977c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ at other input methods like VNI.
## Install and test with log

```bash
ibus read-config
env DCONF_PROFILE=ibus dconf read /desktop/ibus/general/preload-engines
ibus-setup
gsettings get org.gnome.desktop.input-sources sources
just sudo=yes profile=release install
```

Standalone:
```
To run debug version:
```bash
just run debug
# in another terminal
ibus engine gokien
```

Other useful commands:
```bash
ibus read-config
env DCONF_PROFILE=ibus dconf read /desktop/ibus/general/preload-engines
ibus-setup
gsettings get org.gnome.desktop.input-sources sources
```

## Known bugs

N/A.
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
author := 'Lzu Tao'
version := '0.1'
sudo := 'false'
real_sudo := if sudo == 'sudo' { 'sudo' } else { '' }
real_sudo := if sudo != 'false' { 'sudo' } else { '' }

profile := "dev"
dest_dir := ''
Expand Down

0 comments on commit 1c977c1

Please sign in to comment.