You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-14Lines changed: 1 addition & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,13 +95,12 @@ binaries are baked with required deployment files and bundled. You can download
95
95
96
96
- Mac OSX
97
97
- Linux
98
-
- Windows
99
98
100
99
### Step 1: Download and unzip bundle
101
100
102
101
- Download the Bundle for the specific OS from the [release page](https://github.com/authorizerdev/authorizer/releases)
103
102
104
-
> Note: For windows, it includes `.zip` file. For Linux & MacOS, it includes `.tar.gz` file.
103
+
> Note: For windows, we recommend running using docker image to run authorizer.
105
104
106
105
- Unzip using following command
107
106
@@ -111,12 +110,6 @@ binaries are baked with required deployment files and bundled. You can download
111
110
tar -zxf AUTHORIZER_VERSION -c authorizer
112
111
```
113
112
114
-
- Windows
115
-
116
-
```sh
117
-
unzip AUTHORIZER_VERSION
118
-
```
119
-
120
113
- Change directory to `authorizer`
121
114
122
115
```sh
@@ -137,12 +130,6 @@ Required environment variables are pre-configured in `.env` file. But based on t
137
130
./build/server
138
131
```
139
132
140
-
- For windows
141
-
142
-
```sh
143
-
./build/server.exe
144
-
```
145
-
146
133
> Note: For mac users, you might have to give binary the permission to execute. Here is the command you can use to grant permission `xattr -d com.apple.quarantine build/server`
0 commit comments