Skip to content

Commit b305748

Browse files
authored
Update README.md
1 parent 9f314b8 commit b305748

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,37 @@
2424

2525
You have at least 3 options to install and run oxigen.
2626

27-
### Binary way
27+
### Docker way
2828

29-
First, you need to download and unpack latest [release](https://github.com/yuriizinets/oxigen/releases/tag/1.3)
30-
with corresponding OS and architecture.
31-
After this, it's enough just to run oxigen.
29+
Please note, you need Docker installed on your system.
30+
To use dockerized oxigen, it's enough to create and run a container with an existing image.
3231

3332
```bash
34-
./oxigen
33+
docker run ghcr.io/yuriizinets/oxigen:latest -p 80:80
3534
```
3635

37-
Optionaly, you can move binary to your bin folder (f.e. `mv oxigen /usr/local/bin/`)
36+
> !!! It's highly recommended to use explicit version instead of `latest`
3837
39-
### Docker way
38+
### Binary way
4039

41-
Please note, you need Docker installed on your system.
42-
To use dockerized oxigen, it's enough to create and run a container with an existing image.
40+
> Temporary not working (see a discussion here https://github.com/yuriizinets/oxigen/issues/5)
41+
> Use a docker image instead
42+
43+
First, you need to download and unpack latest [release](https://github.com/yuriizinets/oxigen/releases/tag/1.3)
44+
with corresponding OS and architecture.
45+
After this, it's enough just to run oxigen.
4346

4447
```bash
45-
docker run ghcr.io/yuriizinets/oxigen:latest -p 80:80
48+
./oxigen
4649
```
4750

48-
> !!! It's highly recommended to use explicit version instead of `latest`
51+
Optionaly, you can move binary to your bin folder (f.e. `mv oxigen /usr/local/bin/`)
4952

5053
### Go way
5154

55+
> Temporary not working (see a discussion here https://github.com/yuriizinets/oxigen/issues/5)
56+
> Use a docker image instead
57+
5258
In case you have go binaries folder in your PATH, you can get, build and install oxigen by your own.
5359

5460
```bash

0 commit comments

Comments
 (0)