Skip to content

Commit 9b7b153

Browse files
authored
Polish BaGet's User Interface (#161)
1 parent 1889e32 commit 9b7b153

22 files changed

+1082
-221
lines changed

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44

55
A lightweight [NuGet](https://docs.microsoft.com/en-us/nuget/what-is-nuget) and [Symbol](https://docs.microsoft.com/en-us/windows/desktop/debug/symbol-servers-and-symbol-stores) server.
66

7+
<p align="center">
8+
<img width="100%" src="https://user-images.githubusercontent.com/737941/50140219-d8409700-0258-11e9-94c9-dad24d2b48bb.png">
9+
</p>
10+
711
## Getting Started
812

913
1. Install [.NET Core SDK](https://www.microsoft.com/net/download)
1014
2. Download and extract [BaGet's latest release](https://github.com/loic-sharma/BaGet/releases)
1115
3. Start the service with `dotnet BaGet.dll`
12-
4. Push your first package using `dotnet nuget push -s http://localhost:5000/v3/index.json newtonsoft.json.11.0.2.nupkg`
13-
5. Browse `http://localhost:5000/` in your browser
16+
4. Browse `http://localhost:5000/` in your browser
1417

1518
For more information, please refer to [our documentation](https://loic-sharma.github.io/BaGet/).
1619

@@ -32,4 +35,4 @@ Stay tuned, more features are planned!
3235
2. Run `git clone https://github.com/loic-sharma/BaGet.git`
3336
3. Navigate to `.\BaGet\src\BaGet`
3437
4. Start the service with `dotnet run`
35-
5. Open the URL `http://localhost:5000/v3/index.json` in your browser
38+
5. Open the URL `http://localhost:5000/v3/index.json` in your browser

0 commit comments

Comments
 (0)