Skip to content

Commit cf6cb65

Browse files
authored
Update Installation instructions (#3)
1 parent 6551e32 commit cf6cb65

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ curl -L https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/1
3535

3636
#### Tableau Server
3737

38-
1. Download the latest `spice.taco` file from the [releases page](https://github.com/spiceai/tableau-connector/releases)
38+
1. Download the latest `spiceai.taco` file from [Releases](https://github.com/spicehq/tableau-connector/releases)
3939
2. Copy to your Tableau connectors directory:
4040
- Windows: `C:\Program Files\Tableau\Connectors`
4141

4242
```powershell
43-
Invoke-WebRequest -Uri "https://github.com/spiceai/tableau-connector/releases/latest/download/spice.taco" -OutFile "C:\Program Files\Tableau\Connectors\spice.taco"
43+
Invoke-WebRequest -Uri "https://github.com/spicehq/tableau-connector/releases/latest/download/spiceai.taco" -OutFile "C:\Program Files\Tableau\Connectors\spiceai.taco"
4444
```
4545
4646
- Linux: `/opt/tableau/connectors`
4747
4848
```bash
49-
curl -L https://github.com/spiceai/tableau-connector/releases/latest/download/spice.taco -o /opt/tableau/connectors/spice.taco
49+
curl -L https://github.com/spicehq/tableau-connector/releases/latest/download/spiceai.taco -o /opt/tableau/connectors/spiceai.taco
5050
```
5151
5252
3. Restart server: `tsm restart`
@@ -58,19 +58,19 @@ curl -L https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/1
5858
- Windows: `C:\Users\[USERNAME]\Documents\My Tableau Repository\Connectors`
5959
6060
```powershell
61-
Invoke-WebRequest -Uri "https://github.com/spiceai/tableau-connector/releases/latest/download/spice.taco" -OutFile "C:\Users\[USERNAME]\Documents\My Tableau Repository\Connectors\spice.taco"
61+
Invoke-WebRequest -Uri "https://github.com/spicehq/tableau-connector/releases/latest/download/spiceai.taco" -OutFile "C:\Users\[USERNAME]\Documents\My Tableau Repository\Connectors\spiceai.taco"
6262
```
6363
6464
- macOS: `~/Documents/My Tableau Repository/Connectors`
6565
6666
```bash
67-
curl -L https://github.com/spiceai/tableau-connector/releases/latest/download/spice.taco -o ~/Documents/My\ Tableau\ Repository/Connectors/spice.taco
67+
curl -L https://github.com/spicehq/tableau-connector/releases/latest/download/spiceai.taco -o ~/Documents/My\ Tableau\ Repository/Connectors/spiceai.taco
6868
```
6969
7070
- Linux: `/opt/tableau/connectors`
7171
7272
```bash
73-
curl -L https://github.com/spiceai/tableau-connector/releases/latest/download/spice.taco -o /opt/tableau/connectors/spice.taco
73+
curl -L https://github.com/spicehq/tableau-connector/releases/latest/download/spiceai.taco -o /opt/tableau/connectors/spiceai.taco
7474
```
7575
7676
## Limitations

0 commit comments

Comments
 (0)