Skip to content

Commit b36469b

Browse files
committed
README.md file has been updated in favor of Shell Script Library
1 parent cfdfae8 commit b36469b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ A virtual assistant for Linux for controlling the operating system graphical use
2525
1. [ ] Linux kernel.
2626
1. [ ] Python >= 3.10 (only because the match case and 'f' strings).
2727
1. [ ] PIP3.
28+
1. [ ] [Shell Script Library](https://github.com/henrikbeck95/shell_script_library).
29+
30+
### For all Linux distributions
31+
32+
- Install Shell Script Library
33+
> $`curl -fsSL github.com/henrikbeck95/shell_script_library/releases/latest/download/shell-script-library -O`
34+
35+
> $ `mv ./shell-script-library /usr/local/bin/shell-script-library`
36+
37+
### For a specific Linux distribution
2838

2939
- ArchLinux
3040
> $ `sudo pacman -S festival festival-english festival-us python-pyaudio`
@@ -104,9 +114,7 @@ cp ./src/libs/shell-script-library ./build/lib/src/libs/shell-script-library
104114
- Remove the Val project folder
105115
> $ `rm -fr ./voice_assistant_linux/`
106116

107-
<!--
108117
### Normal usage mode
109118

110119
1. Uninstall it.
111-
> $ `pip3 unistall voice-assistant-linux`
112-
-->
120+
> $ `pip3 uninstall voice-assistant-linux`

0 commit comments

Comments
 (0)