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
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,24 @@
8
8
Feature Probe is an open source feature management service. This SDK is used to control features in rust programs. This
9
9
SDK is designed primarily for use in multi-user systems such as web servers and applications.
10
10
11
-
## Getting started
11
+
## Try Out Demo Code
12
+
13
+
We provide a runnable demo code for you to understand how FeatureProbe SDK is used.
14
+
15
+
1. Start FeatureProbe Service with docker composer. [How to](https://github.com/FeatureProbe/FeatureProbe#1-starting-featureprobe-service-with-docker-compose)
0 commit comments