Skip to content

Commit 3de8619

Browse files
authored
docs(readme): add installation script
1 parent de0194e commit 3de8619

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Oxup is a tool for managing installations and packages of oxido.
44

55
## Installation
66

7-
You can download oxup from the [releases page](https://github.com/oxidite/oxup/releases) for your operating system, unzip the download and add the binary to your path.
7+
You can install oxup by running the commands below or from [github releases](https://github.com/oxidite/oxup/releases), unzip the download and add the binary to your path.
88

99
### Windows
1010

@@ -23,6 +23,7 @@ tar -xf oxup_v1.0.0_x86_64-unknown-linux-musl.tar.gz
2323
mkdir $HOME/.oxido
2424
mv oxup $HOME/.oxido
2525
export PATH=$PATH:$HOME/.oxido
26+
echo "export PATH=$PATH:$HOME/.oxido" >> $HOME/.bashrc
2627
```
2728

2829
### Macos
@@ -33,6 +34,7 @@ unzip oxup-darwin.zip
3334
mkdir $HOME/.oxido
3435
mv oxup $HOME/.oxido
3536
export PATH=$PATH:$HOME/.oxido
37+
echo "export PATH=$PATH:$HOME/.oxido" >> $HOME/.bashrc
3638
```
3739

3840
## Usage

0 commit comments

Comments
 (0)