Skip to content

Commit

Permalink
WIP: fix npx
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Nov 20, 2024
1 parent 722e4a4 commit e870f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ More info:
### With npx

```bash
npx silexlabs/silex-platform
npx silexlabs/silex-platform start
```

Add environment variables to customize the instance - here is an example with FTP storage and FTP hosting:

```bash
STORAGE_CONNECTORS=ftp HOSTING_CONNECTORS=ftp,download npx silexlabs/silex-platform
STORAGE_CONNECTORS=ftp HOSTING_CONNECTORS=ftp,download npx silexlabs/silex-platform start
```

More info:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@silexlabs/silex-platform",
"version": "1.0.167",
"description": "This repo holds the code for the free public Silex instance hosted by Silex Labs foundation",
"bin": "./bin/silex",
"scripts": {
"release": "",
"start": "silex --server-config `pwd`/.silex.js --client-config `pwd`/client-config.js",
Expand Down

0 comments on commit e870f3a

Please sign in to comment.