fixes the put
This commit is contained in:
@ -13,7 +13,7 @@ isnd&
|
||||
# get an api-key from <http://localhost:5000/ApkKeys>
|
||||
|
||||
isn push -k <lame-api-key> -s http://localhost:5000/index.json your-lame-versionned.nupkg
|
||||
|
||||
wget http://localhost:5000/package/index.json?q=your&prerelease=true&semVerLevel=2.0.0
|
||||
````
|
||||
|
||||
## Installation
|
||||
@ -21,7 +21,7 @@ isn push -k <lame-api-key> -s http://localhost:5000/index.json your-lame-version
|
||||
Depuis le dossier de la solution, compiler la solution :
|
||||
|
||||
````bash
|
||||
dotnet build /restore
|
||||
dotnet build /restore -c Release
|
||||
dotnet publish -c Release
|
||||
````
|
||||
|
||||
@ -50,6 +50,7 @@ sudo systemctl start isnd
|
||||
sudo systemctl enable isnd
|
||||
````
|
||||
|
||||
|
||||
### Installer le client
|
||||
|
||||
````bash
|
||||
@ -77,7 +78,6 @@ sudo cp -a src/isn/bin/Release/net472/* /usr/local/lib/isn
|
||||
sudo chmod +x /usr/local/lib/isn/isn.exe
|
||||
````
|
||||
|
||||
|
||||
## TODO
|
||||
|
||||
````bash
|
||||
@ -85,4 +85,3 @@ isn add
|
||||
isn set-api-key
|
||||
isn sources
|
||||
````
|
||||
|
||||
|
Reference in New Issue
Block a user